Disable another device warning

This commit is contained in:
Antonio Sanchez 2021-09-23 13:43:18 -07:00
parent 86c0decc48
commit e9e90892fe

View File

@ -94,6 +94,7 @@
#pragma diag_suppress 2735
#pragma diag_suppress 2737
#pragma diag_suppress 2739
#pragma diag_suppress 2976
#pragma diag_suppress 2979
// Disable the "// __device__ annotation is ignored on a function(...) that is
// explicitly defaulted on its first declaration" message.