Skip to content

Commit

Permalink
move debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Sep 21, 2024
1 parent 534a1d3 commit 4d4ce13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions cpp/src/io/json/host_tree_algorithms.cu
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@

#include <algorithm>

#ifndef CSR_DEBUG_EQ
#define CSR_DEBUG_EQ
#endif
namespace cudf::io::json::detail {

/**
Expand Down
3 changes: 0 additions & 3 deletions cpp/src/io/json/json_column.cu
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
namespace cudf::io::json::detail {

// DEBUG prints
#ifndef CSR_DEBUG_EQ
#define CSR_DEBUG_EQ
#endif

auto to_cat = [](auto v) -> std::string {
switch (v) {
Expand Down

0 comments on commit 4d4ce13

Please sign in to comment.