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
Describe the bug
RMM test and benchmark CMakeLists.txt disable warnings as errors for deprecated declarations by specifying -Wno-error=deprecated-declarations. Currently we have direct usage of deprecated rmm::logger()in the replay benchmarkreplay.cpp` which results in warnings, but no errors.
Describe the bug
RMM test and benchmark CMakeLists.txt disable warnings as errors for deprecated declarations by specifying
-Wno-error=deprecated-declarations. Currently we have direct usage of deprecated
rmm::logger()in the replay benchmark
replay.cpp` which results in warnings, but no errors.See also rapidsai/build-planning#26
Steps/Code to reproduce bug
Build with
-DBUILD_BENCHMARKS=ON
Expected behavior
All warnings should be treated as errors and there should be no warnings.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: