yves-surrel

Results 12 issues of yves-surrel

When using pyvkFFT on MacOS with a French system, we occasionally have the error ``` program_source:247:11: error: no matching function for call to 'fma' loc_1.x = fma(temp_2.x, -0,00000000000000000e+00f, temp_0.x); ^~~...

I have a real np.array `z` of size (h, w, 2), and I want to batch two FFTs on z[...,0] and z[...,1] (innermost batch in VkFFT vocabulary ???), getting the...