Now that pre-compiled wheels are published, nvcc shouldn't be a hard requirement anymore. But on an installation without nvcc flashinfer show-config fails with Could not find nvcc.
This originates here:
|
"CUDA_HOME": get_cuda_path(), |
With the exception being thrown here:
https://github.com/flashinfer-ai/flashinfer/blob/main/flashinfer/jit/cpp_ext.py#L51
Now that pre-compiled wheels are published,
nvccshouldn't be a hard requirement anymore. But on an installation withoutnvccflashinfer show-configfails withCould not find nvcc.This originates here:
flashinfer/flashinfer/__main__.py
Line 82 in c3ff7e7
With the exception being thrown here:
https://github.com/flashinfer-ai/flashinfer/blob/main/flashinfer/jit/cpp_ext.py#L51