具体问题在pykeops.common.gpu_utils
的函数get_gpu_number()
中
libnames = ("libcuda.so", "libcuda.dylib", "cuda.dll")
for libname in libnames:
try:
cuda = ctypes.CDLL(libname)
except OSError
具体问题在pykeops.common.gpu_utils
的函数get_gpu_number()
中
libnames = ("libcuda.so", "libcuda.dylib", "cuda.dll")
for libname in libnames:
try:
cuda = ctypes.CDLL(libname)
except OSError