Skip to content

Add error message if both CUDA and SIMD are enabled.

Chris Cantwell requested to merge fix/no-cuda-and-simd into master

This MR stops both options being enabled, which causes compilation errors because vectorised instructions are not supported on the device.

Merge request reports