1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-25 11:12:02 +01:00

Make tests running past nvcc. Different NVCC versions proving tricky to keep happy. This is 9.2

This commit is contained in:
Peter Boyle
2019-01-02 12:05:30 +00:00
parent a4d9200293
commit e73b909a48
6 changed files with 25 additions and 21 deletions

View File

@ -481,7 +481,7 @@ struct Rotate{
// Some Template specialization
// Hack for CLANG until mm512_reduce_add_ps etc... are implemented in GCC and Clang releases
#ifndef __INTEL_COMPILER
#if 0
#warning "Slow reduction due to incomplete reduce intrinsics"
//Complex float Reduce
template<>