NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
983 stars 77 forks source link

cudaError_t.cudaErrorOperatingSystem #248

Open leviome opened 1 week ago

leviome commented 1 week ago
from cuda import cudart as cu

err, _, _ = cu.cudaGLGetDevices(1, cu.cudaGLDeviceList.cudaGLDeviceListAll)
print(err)

# cudaError_t.cudaErrorOperatingSystem

Ubuntu 20.04, RTX 4090

leofang commented 6 days ago

We are investigating internally.