You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gfx950 is a new target in ROCm 6.4.0
When building there is this error
/usr/include/rocprim/intrinsics/atomic.hpp:210:6: error: support for 128-bit atomics not implemented for current architecture
#elif defined(HIP_DEVICE_COMPILE)
// Please submit an issue or pull request!
#error support for 128-bit atomics not implemented for current architecture
#endif
The text was updated successfully, but these errors were encountered:
This problem was resolved by #700. Judging from the PR date, it was made very close to the ROCm 6.4.0 release, so I'm not surprised that it didn't make it in. Regardless, if you update rocPRIM to the develop branch then it should work.
IIRC, gfx950 support was not scheduled for ROCm 6.4, it was scheduled for ROCm 6.5, so in that sense the ticket premise is not valid. However, due to the uncertainty of 6.5, it might be prudent to get it in for 6.4.2 - but I'll have to check with management on that one.
gfx950 is a new target in ROCm 6.4.0
When building there is this error
/usr/include/rocprim/intrinsics/atomic.hpp:210:6: error: support for 128-bit atomics not implemented for current architecture
#elif defined(HIP_DEVICE_COMPILE)
// Please submit an issue or pull request!
#error support for 128-bit atomics not implemented for current architecture
#endif
The text was updated successfully, but these errors were encountered: