Suppress new host/device warnings for cuda 10.1.

This commit is contained in:
Allison Vacanti 2019-03-13 13:56:55 -04:00
parent 04a464cc4b
commit 9014de0ebf

@ -489,6 +489,8 @@ inline void deduce(Trampoline&& trampoline, ContParams&& sig, Args&&... args)
#if (__CUDACC_VER_MAJOR__ >= 10)
#pragma diag_suppress 2905
#pragma diag_suppress 2912
#pragma diag_suppress 2915
#endif
#endif