Other Parts Discussed in Thread: FFTLIB, TDA4VM
Hi
I am using SDK version "ti-processor-sdk-rtos-j721e-evm-09_00_01_01" which has the MMA library functions implemented for FFTLIB_FFT_highRadixDecompositions under the file location
ti-processor-sdk-rtos-j721e-evm-09_00_01_01\fftlib_02_06_01_00\ti\fftlib\src\fft_c7xmma\FFTLIB_FFT_highRadixDecompositions_ixX_cxX_oxX. Here I could see how mma config is performed and utilized the intrinsic functions like __HWAOPEN() and __HWALDB() to open the configured mma MACRO and loading the B matrix MMA memory .
My question here is we have many vector C7x intrinsic functions/operations like __permute() , __vmatmpysp_vww() etc which perform SIMD operations/vector operations , can we implement these type of intrinsic functions which will perform matrix operations like __vmatmpysp_vww() in MMA since we have only HWA based intrinsic. If so is there any documentation or code sample available to check how we can configure MMA MACROS based on our requirement?
Thanks
Madhu