Skip to content

Conversation

@tbensonatl
Copy link
Collaborator

MatX requires CUDA compute capability / architecture 6.0 (Pascal) or newer. Building for an older version, such as 5.2 (Maxwell), results in errors due to missing atomic support for some data types. Add an explicit check to the matx.h header to generate an earlier compile-time error that specifies the minimum architecture requirement.

MatX requires CUDA compute capability / architecture 6.0 (Pascal)
or newer. Building for an older version, such as 5.2 (Maxwell),
results in errors due to missing atomic support for some data
types. Add an explicit check to the matx.h header to generate
an earlier compile-time error that specifies the minimum architecture
requirement.
@tbensonatl tbensonatl self-assigned this Feb 3, 2025
@tbensonatl
Copy link
Collaborator Author

/build

@cliffburdick cliffburdick merged commit b3ca482 into main Feb 4, 2025
1 check passed
@cliffburdick cliffburdick deleted the add-cuda-compute-capability-check branch February 4, 2025 00:54
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

Successfully merging this pull request may close these issues.

3 participants