I have checked documentation about CUDA usage in Mathematica and it seems that it is quite few applications of CUDA.
Are the any additional packages/functions/tutorials/documentations for CUDA in Mathematica?
I mean some "everyday" calculations:
- Working with large lists and calculation of
Map,Table, for instance finding list off[x]for a given list{x}. I know about listability and parallel programming but may be these functions (asMap,Tableand similar) can be computed with CUDA. I mean quite "arbitrary" function, not functions fromCUDAMapdocumentation. - In documentation there is no info about zero-frequency component in
CUDAFourier. Is this the first element of list as inFourier? - Can be CUDA used for numerical integration? Do any packages with relates to CUDA and numerical integration exist?
Mapyou have CUDAMap and likewise CUDASort, CUDAFold. $\endgroup$CUDAFourier- just read the documentation - it says "The result agrees with the Wolfram Language:" right here so yes it's the same (though consider precision issues as GPU precision may be different from normalFourier's precision ) $\endgroup$