CPU-only build #496
-
I'd like to be able to develop without cuda installed and be able to run on systems with or without gpus. Right now the MatX build errors out looking for cuda and nvcc. Is it possible to compile and run in a cpu-only mode? |
Beta Was this translation helpful? Give feedback.
Answered by
cliffburdick
Sep 29, 2023
Replies: 1 comment
-
Hi @n-west, right now you need cuda installed even if you're just developing on the host. This is something we may change in the future, but there are a lot of dependencies on cuda right now. You could try compiling inside a cuda container to make it a bit easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cliffburdick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @n-west, right now you need cuda installed even if you're just developing on the host. This is something we may change in the future, but there are a lot of dependencies on cuda right now. You could try compiling inside a cuda container to make it a bit easier.