Skip to content

Commit

Permalink
update formatting for rocm 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Snektron authored and Beanavil committed Sep 17, 2024
1 parent c693921 commit 391a2a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Libraries/hipFFT/plan_z2z/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ void fft_example(const int dimension, const int size = 4, const int direction =
std::uniform_real_distribution<double> distribution{};
std::generate(input.begin(),
input.end(),
[&]() {
return input_t{distribution(generator), distribution(generator)};
});
[&]() { return input_t{distribution(generator), distribution(generator)}; });

std::cout << "Input:\n" << std::setprecision(3);
print_nd_data(input, n, 16);
Expand Down

0 comments on commit 391a2a2

Please sign in to comment.