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
gtsam_points/cuda/kernels/vgicp_derivatives.cuh(49): error: calling a host function("Eigen::MatrixBase< ::Eigen::CwiseBinaryOp< ::Eigen::internal::scalar_sum_op<float, float> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> > > ::inverse() const") from a device function("gtsam_points::vgicp_derivatives_kernel::operator () const") is not allowed
The text was updated successfully, but these errors were encountered:
What is the version of your ubuntu? The error should be related to the version of Eigen. See this thread: koide3/glim#89 (comment)
Sorry, something went wrong.
ununtu20.04 eigen3.3.7 , Thank your anwser , My Eigen versin should >= 3.4.0
For Ubuntu 20.04, you need to manually install Eigen and cmake because the system default ones are too old. Please take a look at
gtsam_points/docker/ubuntu/Dockerfile.focal.cuda
Line 16 in 13d3bb7
No branches or pull requests
gtsam_points/cuda/kernels/vgicp_derivatives.cuh(49): error: calling a host function("Eigen::MatrixBase< ::Eigen::CwiseBinaryOp< ::Eigen::internal::scalar_sum_op<float, float> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> > > ::inverse() const") from a device function("gtsam_points::vgicp_derivatives_kernel::operator () const") is not allowed
The text was updated successfully, but these errors were encountered: