Skip to content

Commit

Permalink
Remove debug printing point
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Aug 30, 2024
1 parent 54e0cf9 commit 691b237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dft/backends/rocfft/commit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ class rocfft_commit final : public dft::detail::commit_impl<prec, dom> {
}
return true;
};
std::printf("hello\n");
if (!stride_checker(stride_vecs.vec_a, stride_vecs.vec_b))
throw oneapi::mkl::unimplemented(
"DFT", func,
Expand Down

0 comments on commit 691b237

Please sign in to comment.