Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no CUDA-capable device is detected #316

Open
azuredsky opened this issue Sep 2, 2024 · 0 comments
Open

no CUDA-capable device is detected #316

azuredsky opened this issue Sep 2, 2024 · 0 comments

Comments

@azuredsky
Copy link

azuredsky commented Sep 2, 2024

I build successed cuda version,
but when I run it with an CUDA error:

CUDA error 100 at line 126 in file /hpc_stor01/home/chen/crop_videos/decord/src/video/nvcodec/cuda_decoder_impl.cc: no CUDA-capable device is detected
CUDA error 100 at line 176 in file /hpc_stor01/home/chen/crop_videos/decord/src/video/nvcodec/cuda_decoder_impl.cc: no CUDA-capable device is detected

Traceback (most recent call last):
File "/hpc_stor01/home/chen/crop_videos/scripts/test_decord.py", line 20, in
frame = vr[frame_id]
File "/hpc_stor01/home/chen/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-x86_64.egg/decord/video_reader.py", line 104, in getitem
self.seek_accurate(idx)
File "/hpc_stor01/home/chen/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-x86_64.egg/decord/video_reader.py", line 232, in seek_accurate
success = _CAPI_VideoReaderSeekAccurate(self._handle, pos)
File "/hpc_stor01/home/chen/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-x86_64.egg/decord/_ffi/_ctypes/function.py", line 173, in call
check_call(_LIB.DECORDFuncCall(
File "/hpc_stor01/home/chen/.local/lib/python3.10/site-packages/decord-0.6.0-py3.10-linux-x86_64.egg/decord/_ffi/base.py", line 78, in check_call
raise DECORDError(err_str)
decord.ffi.base.DECORDError: [03:44:27] /hpc_stor01/home/chen/crop_videos/decord/src/video/nvcodec/cuda_threaded_decoder.cc:270: Check failed: run.load()

I tested in A10,and V100 all failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant