-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
To get this project to successfully build using CUDA 12.6 one has to uncomment
Line 19 in 729db09
| //#include <thrust/extrema.h> |
and get rid of the unneeded
cuGridder/test/adjointness_1d_test.cu
Line 9 in 729db09
| using namespace thrust; |
in the test files.
Then the compiler still warns about
Line 184 in 729db09
| if (nf < MAX_NF) // otherwise will fail anyway |
because of
Line 14 in 729db09
| #define MAX_NF (int)1e11 // too big to ever succeed (next235 takes 1s) |
"floating-point value does not fit in required integral type". So it should probably be replaced with
INT_MAX?Metadata
Metadata
Assignees
Labels
No labels