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
Hi~I got a syntax error when running tensor core applications. It shows the error occurs at "aligned" in such a line "wmma.load.a.sync.aligned.col.m16n16k16.global.f16", which is very common in tensor core applications. Then, I checked "ptx.l" but found the key word "align" instead of “aligned". Furthermore, I referred to "ptx.y" to see syntax rules. It seems some number (e.g. hex, oct, bin, etc.) follows the token "align" and "sync" is followed by "row/col". This means the above line in ptx is not supported by syntactic parser, right? Has anyone encountered such a problem? Help me plz. :)
The text was updated successfully, but these errors were encountered:
Hi~I got a syntax error when running tensor core applications. It shows the error occurs at "aligned" in such a line "wmma.load.a.sync.aligned.col.m16n16k16.global.f16", which is very common in tensor core applications. Then, I checked "ptx.l" but found the key word "align" instead of “aligned". Furthermore, I referred to "ptx.y" to see syntax rules. It seems some number (e.g. hex, oct, bin, etc.) follows the token "align" and "sync" is followed by "row/col". This means the above line in ptx is not supported by syntactic parser, right? Has anyone encountered such a problem? Help me plz. :)
The text was updated successfully, but these errors were encountered: