-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
conda-forge/cuda-python-feedstock
#83Labels
supportAll things related to the project that can't be categorizedAll things related to the project that can't be categorized
Description
Currently cuda-python relies on all binaries (like nvcc), all headers, and all libraries to live in a single directory (specified by $CUDA_HOME or similar).
However there are use cases (like cross-compilation, as with conda-build) where the build tools may live in one location (and perform builds on that architecture) whereas the headers and libraries may live in a different location (and target a different architecture). In this case not everything lives in $CUDA_HOME.
It would be helpful to have a way of specifying where these different components come from. Here are some options:
- Check
$NVCCfor thenvcclocation - Use
$CUDA_BIN(if specified) to get build tool directory - Support a list of directories in
$CUDA_HOME - ?
Maybe there are other reasonable options worth considering?
Metadata
Metadata
Assignees
Labels
supportAll things related to the project that can't be categorizedAll things related to the project that can't be categorized