Skip to content

Windows error related to cpp extensions #23

@rawmean

Description

@rawmean

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"),
    ],
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions