Hello,
How can i disable specific cuda warnings without changing the general warning level.
I’d like to disable specifically
warning: calling a host function from a device/global function is only allowed in device emulation mode
and
line 84: warning: variable “debug_val” was set but never used
I have plenty of them in my code and VS doesnt display them in a different format than errors, which makes finding compile errors very tedious.
thank you.