Skip to content

Windows error related to cpp extensions #23

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

Open
rawmean opened this issue Apr 19, 2021 · 2 comments
Open

Windows error related to cpp extensions #23

rawmean opened this issue Apr 19, 2021 · 2 comments

Comments

@rawmean
Copy link

rawmean commented Apr 19, 2021

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:

    fused = load(
    "fused",
    sources=[
        os.path.join(module_path, "fused_bias_act.cpp"),
        os.path.join(module_path, "fused_bias_act_kernel.cu"),
    ],
)
@rosinality
Copy link
Owner

You will need to check you have cuda development environments.

@Zhtuzki
Copy link

Zhtuzki commented Oct 8, 2021

Hello, I also have this problem. How did you solve it? Thank you for your reply

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

3 participants