We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e11ce commit 3f0ceb3Copy full SHA for 3f0ceb3
numba_cuda/numba/cuda/cudadrv/driver.py
@@ -62,6 +62,10 @@
62
ObjectCode,
63
)
64
65
+# For backwards compatibility: indicate that the NVIDIA CUDA Python bindings are
66
+# in use. Older code checks this flag to branch on binding-specific behavior.
67
+USE_NV_BINDING = True
68
+
69
# There is no definition of the default stream in the Nvidia bindings (nor
70
# is there at the C/C++ level), so we define it here so we don't need to
71
# use a magic number 0 in places where we want the default stream.
0 commit comments