Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unimplemented PTX ISA problem #115

Open
jcKim4491 opened this issue Apr 17, 2019 · 1 comment
Open

unimplemented PTX ISA problem #115

jcKim4491 opened this issue Apr 17, 2019 · 1 comment

Comments

@jcKim4491
Copy link

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

@gangmul12
Copy link
Contributor

i think #132 is related pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants