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
I found some of PTX ISA are not implemented while I was parsing pytorch libraries.
(found in 151th PTX file in libcaffe2_gpu.so)
After examining ptx.y and ptx.l files, following statements are seemed to not be implemented.
.callprototype,
.calltargets,
.branchtargets,
(above are critical in control flow)
.byte,
.maxnreg,
.reqntid,
.section,
.struct,
.union
wish that there's any progress
The text was updated successfully, but these errors were encountered:
I found some of PTX ISA are not implemented while I was parsing pytorch libraries.
(found in 151th PTX file in libcaffe2_gpu.so)
After examining ptx.y and ptx.l files, following statements are seemed to not be implemented.
.callprototype,
.calltargets,
.branchtargets,
(above are critical in control flow)
.byte,
.maxnreg,
.reqntid,
.section,
.struct,
.union
wish that there's any progress
The text was updated successfully, but these errors were encountered: