This repository was archived by the owner on Sep 16, 2025. It is now read-only.
This repository was archived by the owner on Sep 16, 2025. It is now read-only.
compile() assumes that if options, is a tuple, then it is a tuple of str (and doesn't check) #17
If you pass a tuple of something other than strings as the options to
compile(), then:ptxcompiler/ptxcompiler/_ptxcompilerlib.cpp
Line 146 in eed289a
puts null pointers into the list of options to pass to
nvPTXCompilerCompile, and causes a segfault.