You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add FETCHCONTENT_SOURCE_DIR_DLPACK environment variable to allow
specifying a custom dlpack source directory where the dlpack repository
was cloned or unpacked. Updates both README.md documentation and
setup.py build configuration.
Fixes#162
Signed-off-by: Emilien Macchi <[email protected]>
Above command picks cuda and cudnn from default system paths.
63
63
64
64
To provide a custom CUDA installation path, use environment variable: `CUDAToolkit_ROOT`.
65
-
To provide a custom CUDNN installation path, use environment variable: `CUDNN_PATH`.
65
+
To provide a custom CUDNN installation path, use environment variable: `CUDNN_PATH`.
66
+
To specify a custom dlpack source directory, set environment variable: `FETCHCONTENT_SOURCE_DIR_DLPACK` to the path where the dlpack repository was cloned or unpacked.
0 commit comments