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
I compiled commit: a337b4f
The compilation went fine. When running terra
$ ./terra
src/terralib.lua:750: failed to initialize target for LLVM Triple: nvptx64-nvidia-cuda (No available targets are compatible with triple "nvptx64-nvidia-cuda")
Do you have any idea on why is this happening or how can this be fixed?
LLVM version 12.0.1
Thanks.
The text was updated successfully, but these errors were encountered:
It looks like you built your LLVM without the NVPTX target enabled. Terra currently requires that LLVM be built (at least) with the native target (X86, etc., depending on platform) and NVPTX (i.e., CUDA).
I compiled commit: a337b4f
The compilation went fine. When running
terra
Do you have any idea on why is this happening or how can this be fixed?
LLVM version 12.0.1
Thanks.
The text was updated successfully, but these errors were encountered: