Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

GPU exists but nvcc are not installed system-wide (usually only installed inside conda environments) and the installation script failed #93

Open
frankxu2004 opened this issue Mar 14, 2022 · 0 comments

Comments

@frankxu2004
Copy link
Contributor

In tools/Makefile

# Set if install binaries on CPU mode e.g. make CPU_ONLY=1
# If you don't have any GPUs, this value will be set automatically
ifeq ($(shell which nvcc),) # 'nvcc' not found
CPU_ONLY := 0
else
CPU_ONLY :=
endif
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant