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
I get this error under Windows 10: subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.
subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.
Has anyone been able to run this under Windows 10?
I think this is related to loading fused activation:
fused
fused = load( "fused", sources=[ os.path.join(module_path, "fused_bias_act.cpp"), os.path.join(module_path, "fused_bias_act_kernel.cu"), ], )
The text was updated successfully, but these errors were encountered:
You will need to check you have cuda development environments.
Sorry, something went wrong.
Hello, I also have this problem. How did you solve it? Thank you for your reply
No branches or pull requests
I get this error under Windows 10:
subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1.
Has anyone been able to run this under Windows 10?
I think this is related to loading
fused
activation:The text was updated successfully, but these errors were encountered: