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

是我安装路径不正确吗 #1

Open
Yang-xinzhe opened this issue Sep 26, 2023 · 2 comments
Open

是我安装路径不正确吗 #1

Yang-xinzhe opened this issue Sep 26, 2023 · 2 comments

Comments

@Yang-xinzhe
Copy link

为啥 nbasm list、das和test能用,as、dcc和det用不了哇

image image
@AlvinZhu
Copy link
Contributor

我的环境无法复现你的问题。你可以根据错误信息搜索一下解决方案。
也许这样可行:
cubin.py line 652:这一行改成:

with open(asm_path, 'r', "utf-8") as f:

或者:

with open(asm_path, 'r', "ascii") as f:

@Yang-xinzhe
Copy link
Author

您好,可以再请教一下 nbasm det 命令该怎么运行吗?十分感谢!
image
这里所提到的CODE参数是填一个可执行文件还是.ptx、.cu、.cubin文件吗?

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