Skip to content

Commit 3128d15

Browse files
add CU_JIT_INPUT_LIBRARY
1 parent 95eaf00 commit 3128d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_core/cuda/core/experimental/_linker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def _lazy_init():
8585
"cubin": _driver.CUjitInputType.CU_JIT_INPUT_CUBIN,
8686
"fatbin": _driver.CUjitInputType.CU_JIT_INPUT_FATBINARY,
8787
"object": _driver.CUjitInputType.CU_JIT_INPUT_OBJECT,
88+
"lib": _driver.CU_JIT_INPUT_LIBRARY,
8889
}
8990
_inited = True
9091

0 commit comments

Comments
 (0)