Gobutah
Gobutah
Multithreaded fft convolution not possible. Description =========== I tried to parallelize fft convolution and there is some internal thread queue that prevents parallel execution of `af::fftConvolve`, see https://stackoverflow.com/questions/72002363/multithreaded-fft-convolution-in-arrayfire and https://chat.stackoverflow.com/rooms/244192/discussion-between-matthew-m-and-phinz...
The following code leads to an error: ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for...
On my system this bash script ```bash cat meson.build project('CxxWrap', 'cpp', version : '0.1', default_options : ['warning_level=3', 'cpp_std=c++17']) compiler = meson.get_compiler('cpp') ############################## # CxxWrap dirs ############################## r = run_command('julia','--project', '-e',...