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
spheral_cuda_test builds a standalone test executable regardless of the presence of cuda. It will compile for device code if possible, and for host if not enabled, it's used as part of the current GPU porting effort. The compilation error has to do with qhull, looks like there's an issue with tpl version / configuration here.
spheral was configured with
-DENABLE_CUDA=OFF
.Why are executables with "CUDA" in their names linked?
Version: 2023.03.2
clang-15
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: