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 e64dcf1 commit eb2bc8bCopy full SHA for eb2bc8b
cuda_core/cuda/core/experimental/_linker.py
@@ -85,7 +85,7 @@ def _lazy_init():
85
"cubin": _driver.CUjitInputType.CU_JIT_INPUT_CUBIN,
86
"fatbin": _driver.CUjitInputType.CU_JIT_INPUT_FATBINARY,
87
"object": _driver.CUjitInputType.CU_JIT_INPUT_OBJECT,
88
- "library": _driver.CU_JIT_INPUT_LIBRARY,
+ "library": _driver.CUjitInputType.CU_JIT_INPUT_LIBRARY,
89
}
90
_inited = True
91
0 commit comments