I want to disable a specific compiler warning with nvcc, specifically
nvcc
warning: NULL reference is not allowed
The co
You can use w flag to suppress the warnings nvcc -w
nvcc -w