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