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

How to generate the .sass file? #10

Open
guohaoqiang opened this issue Mar 8, 2022 · 2 comments
Open

How to generate the .sass file? #10

guohaoqiang opened this issue Mar 8, 2022 · 2 comments

Comments

@guohaoqiang
Copy link

I was wondering how to generate the .sass file by using the disasm.py under the tools directory?
I tried "python disasm.py test.out > test.sass". However, the test.sass can not be used by turingas.

@daadaada
Copy link
Owner

Currently, there are some missing components in disasm.py to make python disasm.py test.out > test.sass work. One of the missing components is extracting argument (parameter) information.

Maybe you can manually add the parameter info to the beginning of the sass file. Here is an example of kernel parameter blocks

@guohaoqiang
Copy link
Author

Currently, there are some missing components in disasm.py to make python disasm.py test.out > test.sass work. One of the missing components is extracting argument (parameter) information.

Maybe you can manually add the parameter info to the beginning of the sass file. Here is an example of kernel parameter blocks

Thanks!
It would be better if the .cu source files of the two .sass files (https://github.com/daadaada/turingas/tree/master/examples) can be provided.

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