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
This is not a bug. We have not needed smem to smem TMA copies. Do you have a specific need for this?
mnicely
changed the title
[BUG]make_tma_copy doesnot support shared-to-shared copy
[FEA] make_tma_copy doesnot support shared-to-shared copy
Jul 27, 2024
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Describe the bug
In PTX, I noticed that
supports shared-to-shared copy. But in cute, make_tma_copy has to be global to shared. Why? Could you modify it?
The text was updated successfully, but these errors were encountered: