Skip to content

Commit

Permalink
...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Aug 9, 2024
1 parent bf2943e commit 75ee033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nwpw/nwpwlib/device/gdevices_sycl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@ static constexpr int radix_values[] = {17, 16, 11, 9, 8, 7, 6, 5, 4, 3, 2};
* batch_cfft *
* *
**************************************/
void batch_cfft(const bool forward, const int nz, const int nq, const int nfft3d, double *a, const double *twiddle, const double *tmpz)
void batch_cfft(const bool forward, const int nz, const int nq, const int nffts, const int nfft3d, double *a, const double *twiddle, const double *tmpz)
{
// Ensure the function processes the right type of data
// If twiddle is indeed of type complex_t, this cast is necessary
Expand Down

0 comments on commit 75ee033

Please sign in to comment.