Replies: 1 comment
-
NVM, I see that this can already be done.
I presume that it still shouldn't be the default to dispatch to but I'll let a maintainer answer that for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that for SM80 the default dispatch for copy is to LDGSTS instructions. This requires you to do 3 syncs for correctness. Is it more intuitive to have the copy be able take another type that would specify exactly which you want to dispatch to? So if you want LDGSTS, you'd have to specify so as a type.
I think I know how I would implement this PR after messing around with the code, it shouldn't be too difficult. But I don't know if I'm missing any context.
Beta Was this translation helpful? Give feedback.
All reactions