You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isempty(ptx_support) &&error("Your toolchain does not support any PTX ISA")
209
209
210
-
@debug("Toolchain with LLVM $(LLVM.version()), CUDA driver $(CUDA.release().major).$(CUDA.release().minor) and toolkit $(toolkit_release().major).$(toolkit_release().minor) supports devices $(verlist(target_support)); PTX $(verlist(ptx_support))")
210
+
@debug("Toolchain with LLVM $(LLVM.version()), CUDA driver $(CUDA.release().major).$(CUDA.release().minor) and toolkit $(toolkit_release().major).$(toolkit_release().minor) supports devices $(join_capabilities(target_support)); PTX $(join_capabilities(ptx_support))")
211
211
212
212
return (cap=target_support, ptx=ptx_support)
213
213
end
214
-
215
-
# select the highest capability that is supported by both the toolchain and device
0 commit comments