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

RuntimeError: radix_sort: failed on 1st step: cudaErrorInvalidDevice: invalid device ordinal #5

Open
cchen156 opened this issue Jun 30, 2022 · 1 comment

Comments

@cchen156
Copy link

cchen156 commented Jun 30, 2022

Loading from checkpoint: /neurmips/checkpoints/replica-kitchen-experts.pth
Baked planes alpha as [200 * 200]
Traceback (most recent call last):
  File "experts_test_fast.py", line 220, in main
    mnh_cuda.sort_by_key_float32_int64(active_depth, reorder_indices_by_depth)
RuntimeError: radix_sort: failed on 1st step: cudaErrorInvalidDevice: invalid device ordinal

Hi @zhihao-lin , Great work! Any ideas for this error? Downloaded the pretrained model and run fast eval.

@haoyuhsu
Copy link
Collaborator

haoyuhsu commented Jul 2, 2022

Thanks for your interest in our work!

I wonder if you could provide the environment and the GPU you are currently running the program with?
For example,

  • PyTorch (1.7.1)
  • cudatoolkit (10.2)
  • CUDA (i.e. nvcc) (10.2)
  • GPU (Titan RTX) or you are running on multiple GPUs server?

It would be easier for us to debug if you provide the information above. Thanks~~

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

2 participants