Neko on NVIDIA GPUs #540
njansson
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
On kebnekaise
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To compile Neko for NVIDIA GPUs
nvidia-cuda-toolkit
)--with-cuda=/path/to/cuda
argument toconfigure
, e.g.:CUDA_CFLAGS
,CUDA_ARCH
andNVCC
respectively, e.g:make && make install
./neko tgv.case
, if everything went well backend type should be reported as CUDA, and the type of the device should be visible.Beta Was this translation helpful? Give feedback.
All reactions