We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pointnet2/_ext-src/include/utils.h:23:5: error: ‘AT_CHECK’ was not declared in this scope AT_CHECK(x.scalar_type() == at::ScalarType::Float, \
pointnet2/_ext-src/src/sampling.cpp:82:5: error: ‘AT_CHECK’ was not declared in this scope AT_CHECK(false, "CPU not supported");
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
solved by https://github.com/erikwijmans/Pointnet2_PyTorch/commit/1d5dca2673ee2831b9b01efe597b2ba8d12726f1
Sorry, something went wrong.
No branches or pull requests
pointnet2/_ext-src/include/utils.h:23:5: error: ‘AT_CHECK’ was not declared in this scope
AT_CHECK(x.scalar_type() == at::ScalarType::Float, \
pointnet2/_ext-src/src/sampling.cpp:82:5: error: ‘AT_CHECK’ was not declared in this scope
AT_CHECK(false, "CPU not supported");
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: