60// Disable the "invalid error number" message that we get with older versions of nvcc
61 #pragma diag_suppress 1222
62// Disable the "calling a __host__ function from a __host__ __device__ function is not allowed" messages (yes, there are many of them and they seem to change with every version of the compiler)
63 #pragma diag_suppress 2527
64 #pragma diag_suppress 2529
65 #pragma diag_suppress 2651
66 #pragma diag_suppress 2653
67 #pragma diag_suppress 2668
68 #pragma diag_suppress 2669
69 #pragma diag_suppress 2670
70 #pragma diag_suppress 2671
71 #pragma diag_suppress 2735
72 #pragma diag_suppress 2737
73#endif
74
75#endif // not EIGEN_WARNINGS_DISABLED
hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:08:10