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 running error #2

Open
wkf-lz opened this issue May 11, 2021 · 4 comments
Open

cuda running error #2

wkf-lz opened this issue May 11, 2021 · 4 comments

Comments

@wkf-lz
Copy link

wkf-lz commented May 11, 2021

When running on cuda, the error is as follows:
RuntimeError: Could not run 'aten::sum.dim_IntList' with arguments from the 'SparseCUDA' backend. 'aten::sum.dim_IntList' is only available for these backends: [CPU, CUDA, BackendSelect, Named, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, Tracer, Autocast, Batched, VmapMode].
using pytorch-1.7.0 cuda-10.2 on windows.

@SukwonYun
Copy link

Me too, I'm facing same error.

@Tifal077
Copy link

Me too, I'm facing same error.
When running on cuda,the error is as follows:
RuntimeError: Could not run 'aten::sum.dim_IntList' with arguments from the 'SparseCUDA' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::sum.dim_IntList' is only available for these backends: [CPU, CUDA, BackendSelect, Named, AutogradOther, AutogradCPU, AutogradCUDA, AutogradXLA, AutogradNestedTensor, UNKNOWN_TENSOR_TYPE_ID, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, Tracer, Autocast, Batched, VmapMode].
using pytorch-1.8.2 cuda-11.1 on ubuntu20.04.

@willleeney
Copy link

+1 same error

@TianxiangZhao
Copy link
Owner

Hi, current version cannot be run on CUDA yet. Please use --no-cuda when running it.

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

5 participants