Skip to content

BF: Guard CUDA includes

Paul McCarthy requested to merge bf/cuda-include into master

References to CUDA code should be guarded by the COMPILE_GPU macro, so that OpenMP / CPU variants can be compiled without CUDA development files

Merge request reports