Skip to content

Commit

Permalink
Remove unsed debug message
Browse files Browse the repository at this point in the history
We can check whether HPTT is enabled from the compiler definitions in
compile_commands.json.
  • Loading branch information
IvanaGyro committed Dec 1, 2024
1 parent 3238b3c commit 97a2597
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/backend/utils_internal_cpu/Movemem_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ namespace cytnx {
cytnx_uint64 accu_old = 1, accu_new = 1;

#ifdef UNI_HPTT
#ifdef UNI_DEBUG
cytnx_error_msg(true, "[DEBUG][Internal prompt] USE HPTT%s", "\n");
#endif
if (in->size() > 64) {
std::vector<int> perm(mapper.begin(), mapper.end());
std::vector<int> size(old_shape.begin(), old_shape.end());
Expand Down

0 comments on commit 97a2597

Please sign in to comment.