Dao-AILab / causal-conv1d

Causal depthwise conv1d in CUDA, with a PyTorch interface
BSD 3-Clause "New" or "Revised" License
335 stars 61 forks source link

Update setup.py #13

Closed MarcinKonowalczyk closed 7 months ago

MarcinKonowalczyk commented 10 months ago

the variable bare_metal_version is unbound and setup fails with an unhelpful error message. now it fails with much more pleasant OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.

MarcinKonowalczyk commented 7 months ago

closing as implemented outside of PR