Disable another device warning

(cherry picked from commit e9e90892fecb4bebe6473e9de491bfcd6c0de37f)
This commit is contained in:
Antonio Sanchez 2021-09-23 13:43:18 -07:00
parent 71498b32c9
commit 7ea4adb5f0

View File

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