P2B icon indicating copy to clipboard operation
P2B copied to clipboard

build_exit

Open Superior1998 opened this issue 3 years ago • 1 comments

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

Superior1998 avatar May 08 '21 14:05 Superior1998

solved by https://github.com/erikwijmans/Pointnet2_PyTorch/commit/1d5dca2673ee2831b9b01efe597b2ba8d12726f1

Superior1998 avatar May 09 '21 01:05 Superior1998