Skip to content

Commit bfa6a6c

Browse files
remove pynvjitlink references in examples
Signed-off-by: Jaya Venkatesh <[email protected]>
1 parent 4642df7 commit bfa6a6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/examples/cccl_cooperative_block_reduce.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import numba
2222
import numpy as np
2323
from numba import cuda
24-
from pynvjitlink import patch
2524

2625

2726
class BitsetRing:
@@ -90,8 +89,6 @@ def launcher(launch: bench.Launch):
9089

9190

9291
if __name__ == "__main__":
93-
patch.patch_numba_linker(lto=True)
94-
9592
b = bench.register(multi_block_bench)
9693
b.add_int64_axis("ThreadsPerBlock", [64, 128, 192, 256])
9794
b.add_int64_power_of_two_axis("NumBlocks", [10, 11, 12, 14, 16])

0 commit comments

Comments
 (0)