I got build errrors with the current GHEX recipe when building with +python+cuda cuda_arch=90 on Santis. I am more or less certain now that this was down to the recipe setting GHEX_GPU_TYPE=CUDA, while GHEX/cmake/ghex_device.cmake only allows "AMD", "AMD_LEGACY" and "NVIDIA".
Changing the recipe to set GHEX_GPU_TYPE=NVIDIA instead seems to solve the issue.
I got build errrors with the current GHEX recipe when building with
+python+cuda cuda_arch=90on Santis. I am more or less certain now that this was down to the recipe settingGHEX_GPU_TYPE=CUDA, whileGHEX/cmake/ghex_device.cmakeonly allows "AMD", "AMD_LEGACY" and "NVIDIA".Changing the recipe to set
GHEX_GPU_TYPE=NVIDIAinstead seems to solve the issue.