Skip to content

Commit

Permalink
Set LIBCUDF_LOGGING_LEVEL to allow us to turn off rmm log (#1918)
Browse files Browse the repository at this point in the history
* Set LIBCUDF_LOGGING_LEVEL to allow us to turn off rmm log

Signed-off-by: Alessandro Bellina <[email protected]>

* Update copyright

---------

Signed-off-by: Alessandro Bellina <[email protected]>
  • Loading branch information
abellina authored Apr 1, 2024
1 parent ffcb14b commit 7559c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-libcudf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2022, NVIDIA CORPORATION.
Copyright (c) 2022-2024, NVIDIA CORPORATION.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,6 +45,7 @@
<arg value="-DCUDF_ENABLE_ARROW_PARQUET=ON"/>
<arg value="-DCUDF_USE_ARROW_STATIC=ON"/>
<arg value="-DCUDF_USE_PER_THREAD_DEFAULT_STREAM=${CUDF_USE_PER_THREAD_DEFAULT_STREAM}" />
<arg value="-DLIBCUDF_LOGGING_LEVEL=${RMM_LOGGING_LEVEL}" />
<arg value="-DRMM_LOGGING_LEVEL=${RMM_LOGGING_LEVEL}" />
<arg value="-DUSE_GDS=${USE_GDS}" />
</exec>
Expand Down

0 comments on commit 7559c88

Please sign in to comment.