The current implementation of the nvptx runtime (to be upstreamed shortly) uses the atomicMax operation on 64-bit integers. This is only supported in compute capabilities 3.5 and later. I've changed the clang default to sm_35.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang