Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compile-time check for minimum CUDA arch (#855)
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.
- Loading branch information