We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
我的环境无法复现你的问题。你可以根据错误信息搜索一下解决方案。 也许这样可行: cubin.py line 652:这一行改成:
with open(asm_path, 'r', "utf-8") as f:
或者:
with open(asm_path, 'r', "ascii") as f:
Sorry, something went wrong.
您好,可以再请教一下 nbasm det 命令该怎么运行吗?十分感谢! 这里所提到的CODE参数是填一个可执行文件还是.ptx、.cu、.cubin文件吗?
No branches or pull requests
为啥 nbasm list、das和test能用,as、dcc和det用不了哇
The text was updated successfully, but these errors were encountered: