You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
./src/knn.cxx: In function 'at::Tensor knn(at::Tensor, at::Tensor, size_t)':
./src/knn.cxx:32:39: error: expected primary-expression before 'float'
const float* pts_data = pts.data_ptr();
^
./src/knn.cxx:38:40: error: expected primary-expression before 'float'
const float* qrs_data = qrs.data_ptr();
^
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
./src/knn.cxx: In function 'at::Tensor knn(at::Tensor, at::Tensor, size_t)':
./src/knn.cxx:32:39: error: expected primary-expression before 'float'
const float* pts_data = pts.data_ptr();
^
./src/knn.cxx:38:40: error: expected primary-expression before 'float'
const float* qrs_data = qrs.data_ptr();
^
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: