cloudcores / CuAssembler

An unofficial cuda assembler, for all generations of SASS, hopefully :)
MIT License
391 stars 69 forks source link

Compile CUASM error #9

Closed xiaoyu1004 closed 1 year ago

xiaoyu1004 commented 2 years ago

image

cloudcores commented 2 years ago

This version does not support volta(sm70) yet.

For a quick work around, copy the file DefaultInsAsmRepos.sm_75.txt in directory InsAsmRepos to DefaultInsAsmRepos.sm_70.txt, although there may be a lot of bugs.

It is planned to release a new version with better support for sm70/75/80/86 recently.