Disable Gaudi-Allen tests when compiled for cuda architecture
Compare changes
Files
2+ 12
− 0
@@ -47,3 +47,15 @@ if(BUILD_TESTING AND USE_DD4HEP)
Disable tests calling Gaudi-Allen algorithms when compiling for a binary tag including "cuda", since the Allen algorithms will be compiled for the GPU device, which is incompatible with the current Gaudi-Allen implementation.
Addresses #607 (closed) and Allen#450 (closed)