You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent IBs with CUDA 12.8 show a deprecation warning when NVProfilerService is being compiled
In file included from src/HeterogeneousCore/CUDAServices/plugins/NVProfilerService.cc:12:
/data/cmsbld/jenkins/workspace/build-any-ib/w/el8_amd64_gcc12/external/cuda/12.8.0-15bfa86985d46d842bb5ecc3aca6c676/include/nvToolsExt.h:47:45: note: '#pragma message: DEPRECATION NOTICE: NVTX 2 is deprecated and will be removed from toolkits that distribute it in their next major version (CUDA 12.9). Please use NVTX 3 instead. All NVTX 2 API functions are supported in version 3. The implementation is now header-only, so you no longer need to link with and distribute a dynamic library to use NVTX. Ensure you are explicitly using NVTX 3 by writing #include <nvtx3/nvToolsExt.h> instead of #include <nvToolsExt.h>. Remove nvToolsExt from your link command and linker search paths, and stop deploying libnvToolsExt.so or nvToolsExt64_1.dll -- these binary libraries will not be shipped with NVTX 3 for C/C++ usage. A new library called 'libnvtx3interop.so' or 'nvtx3interop.dll' will be provided for interop with other languages. This message can be suppressed by defining NVTX_SUPPRESS_V2_DEPRECATION_WARNING before including the NVTX 2 headers.'
The text was updated successfully, but these errors were encountered:
Recent IBs with CUDA 12.8 show a deprecation warning when
NVProfilerService
is being compiledThe text was updated successfully, but these errors were encountered: