Skip to content
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

Disabling Float128 does not work #1206

Closed
kursatyurt opened this issue Oct 10, 2024 · 1 comment
Closed

Disabling Float128 does not work #1206

kursatyurt opened this issue Oct 10, 2024 · 1 comment

Comments

@kursatyurt
Copy link

In the develop branch disabling float128 flag does not work.

In my cmake file, I added flag

add_definitions(-DBOOST_MATH_DISABLE_FLOAT128)

I can compile on 1.86 without any problem; however, it does not compile when I switch to the development branch

third_party/boost_math/include/boost/math/tools/big_constant.hpp(52): error: "T (boost::math::tools::largest_float, const char *, const std::true_type &, const std::false_type &)" contains a 128-bit floating-point, which is not supported in device code

The latest commit I can compile is 07d97df50 if I traced it correctly.

@mborland
Copy link
Member

Fixed by: #1207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants