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
After #17431 libcudf fails to compile when cudf logging is disabled with an error like the following:
[INFO] [exec] /home/jlowe/src/spark-rapids-jni/thirdparty/cudf/cpp/src/io/comp/nvcomp_adapter.cpp:73:13: error: 'std::string cudf::io::nvcomp::{anonymous}::compression_type_name(cudf::io::nvcomp::compression_type)' defined but not used [-Werror=unused-function]
[INFO] [exec] 73 | std::string compression_type_name(compression_type compression)
[INFO] [exec] | ^~~~~~~~~~~~~~~~~~~~~
[INFO] [exec] cc1plus: all warnings being treated as errors
Steps/Code to reproduce bug
Compile libcudf with -DLIBCUDF_LOGGING_LEVEL=OFF
Expected behavior
libcudf can compile with logging disabled
Environment overview (please complete the following information)
Describe the bug
After #17431 libcudf fails to compile when cudf logging is disabled with an error like the following:
Steps/Code to reproduce bug
Compile libcudf with -DLIBCUDF_LOGGING_LEVEL=OFF
Expected behavior
libcudf can compile with logging disabled
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: