Skip to content

Build failures with newer CUDA Toolchain #2

@pauleonix

Description

@pauleonix

To get this project to successfully build using CUDA 12.6 one has to uncomment

//#include <thrust/extrema.h>

and get rid of the unneeded
using namespace thrust;

in the test files.

Then the compiler still warns about

if (nf < MAX_NF) // otherwise will fail anyway

because of
#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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions