Remove warnings in CUDA 11.6 and clang 13.
The following warnings are removed:
- CUDA 11.6 complains that
diag_suppress
is deprecated. This MR usesnv_diag_suppress
conditionally on checking theCUDACC
version. - Fixed some warnings clang 13 complained about, concretely about a VP check that defined an unused variable.