MatX FFT

There was a chance to test FFT of NVIDIA's C++ numerical calculation library MatX.
Along with this, I made a shared libray which can be used by not only from C++. The test environment
is as below.
MatX supports only Linux, then I tested on Ubuntu, the test data is as below.
2D FFT execution time was as below.
The data transfer time becomes a problem rather than FFT execution time. In addtion, 70[ms] was about
the same speed to Python's CuPy.
For those who are interested, the made library(libMatxFft.so) and sample programs(C/C++, C#, Python)
can be downloaded.

MatxFftLibSample[Ubuntu, zip-1.0MB]