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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
I encountered this regression when porting some of the RTM kernels to use libcu++:
Example (https://cuda.godbolt.org/z/bfMq9Y):
The intrinsics implementation generates LDGSTS.E.BYPASS as expected:
but the libcucxx implementation generates an
LDGSTS.E
(akaLDGSTS.E.ACCESS
) instead, and an extraBSYNC B0
:While this SASS was generated with CUDA 11.1, I can reproduce with CUDA 11.2 (godbolt does not support it though).
The text was updated successfully, but these errors were encountered: