Skip to content

Commit 4f3185b

Browse files
committed
Fix patch mechanism
1 parent 0761bf8 commit 4f3185b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cmake/cccl_override.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"CCCL": {
44
"patches": [
55
{
6-
"file": "${current_json_dir}/patches/cccl_fix_128bit_cas.patch",
6+
"file": "${current_json_dir}/patches/cccl_fix_128bit_cas.diff",
77
"issue": "Fix 128-bit atomic CAS operand indices [https://github.com/NVIDIA/cccl/issues/8402]",
8-
"fixed_in": "3.3.2"
8+
"fixed_in": "3.3.2",
9+
"required": true
910
}
1011
]
1112
}

0 commit comments

Comments
 (0)