Skip to content

Commit 26df2f9

Browse files
committed
More info
1 parent c0e9a6e commit 26df2f9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cuda_core/examples/saxpy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# ################################################################################
1212

1313
# /// script
14-
# dependencies = ["cuda_bindings", "cuda_core", "cupy-cuda13x"]
14+
# dependencies = ["cuda_bindings", "cuda_core", "nvidia-cuda-runtime", "cupy-cuda13x"]
1515
# ///
1616

1717

@@ -21,8 +21,6 @@
2121

2222
print(pathfinder.load_nvidia_dynamic_lib("nvrtc"))
2323

24-
sys.exit(1)
25-
2624
import cupy as cp
2725

2826
from cuda.core import Device, LaunchConfig, Program, ProgramOptions, launch

0 commit comments

Comments
 (0)