We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e32be commit 2321c17Copy full SHA for 2321c17
1 file changed
cuda_core/examples/simple_multi_gpu_example.py
@@ -12,6 +12,7 @@
12
import sys
13
14
import cupy as cp
15
+
16
from cuda.core import Device, LaunchConfig, Program, ProgramOptions, launch, system
17
18
if system.get_num_devices() < 2:
0 commit comments