-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
error: class "at::Type" has no member "scalarType" #267
Comments
Which PyTorch version are you using? In case your PyTorch version is older than |
The master branch of pytorch now does break the backward compatibility of cpp-extension due to a breaking change, you should check out to release version. |
@Stonesjtu Could you post a link to the issue if possible? |
@ptrblck Sure, Check this out : pytorch/pytorch#17991. My original text |
Thanks for letting us know! :) |
I can't setup this, error is:
csrc/type_shim.h(13): error: class "at::Type" has no member "scalarType"
1 error detected in the compilation of "/tmp/tmpxft_00004318_00000000-6_multi_tensor_scale_kernel.cpp1.ii".
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
who know how to fix it?
The text was updated successfully, but these errors were encountered: