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

CUDA_ERROR_INVALID_VALUE #26

Open
Cram3r95 opened this issue Jan 24, 2023 · 3 comments
Open

CUDA_ERROR_INVALID_VALUE #26

Cram3r95 opened this issue Jan 24, 2023 · 3 comments

Comments

@Cram3r95
Copy link

Hi guys,

Im trying to run SoftDTW between two tensors with the following dimensions:

bs x num_points x data_dimensionality

relevant_centerlines = 1024 x 30 x 2
predictions = 1024 x 30 x 2

As following:

error = sdtw(relevant_centerlines, predictions)

However, Im getting the following error. What can I do?

[INFO:  246]: init
[ERROR:  385]: Call to cuPointerGetAttribute results in CUDA_ERROR_INVALID_VALUE
*** numba.cuda.cudadrv.driver.CudaAPIError: [1] Call to cuPointerGetAttribute results in CUDA_ERROR_INVALID_VALUE
@yhchen1123
Copy link

Hi Carlos,

Im getting the same error. I wonder have you fixed it? And how?

Thanks a lot.

@Cram3r95
Copy link
Author

Cram3r95 commented Mar 6, 2023

Yes, I was @yhchen1123. The solutions are the versions. You must have a compatible CUDA version (in my case 11.6) and the associated dependencies. I am developing this based on this Docker image:

docker pull nvcr.io/nvidia/pytorch:22.04-py3

@yhchen1123
Copy link

Many thanks for the comment!

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