Skip to content

Commit 6009736

Browse files
committed
Fix a CUDA 12.2 test issue
Signed-off-by: Eric Shi <[email protected]>
1 parent 467b942 commit 6009736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warp/tests/tile/test_tile_shared_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def compute(out: wp.array2d(dtype=float)):
110110

111111
out = wp.empty((DIM_M, DIM_N), dtype=float, device=device)
112112

113-
wp.load_module(device=device)
113+
compute.module.load(device)
114114

115115
wp.capture_begin(device, force_module_load=False)
116116
wp.launch_tiled(compute, dim=[1], inputs=[out], block_dim=BLOCK_DIM, device=device)

0 commit comments

Comments
 (0)