We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59eb6be commit 595e1a6Copy full SHA for 595e1a6
Libraries/oneMKL/fourier_correlation/fcorr_2d_usm.cpp
@@ -148,7 +148,7 @@ int main(int argc, char **argv) {
148
// n_rows * n_cols real values and n_rows * (n_cols / 2 + 1) complex values,
149
// respectively (for the DFT-based calculations).
150
// Note: 2 * (n_cols / 2 + 1) > n_cols for all n_cols > 0, so
151
- // max(n_rows * n_cols real,
+ // max(n_rows * n_cols,
152
// n_rows * (n_cols / 2 + 1) * 2) == n_rows * (n_cols / 2 + 1) * 2
153
// since n_rows > 0
154
auto img1 = sycl::malloc_shared<float>(n_rows * (n_cols / 2 + 1) * 2, Q);
0 commit comments