Ashwin Sekhar T K
Results
2
issues of
Ashwin Sekhar T K
Hi Xianyi, Came across the following article. https://www.codeproject.com/Articles/1169319/Reducing-Packing-Overhead-in-Matrix-Matrix-Multipl This talks about introducing new packed APIs of the following form in MKL. `dest = sgemm_alloc (identifier, m, n, k)` `sgemm_pack (identifier,...
This PR is for improving the pktio_main test code so that adding a new mode into test_txrx becomes easier. Previously, an additional boolean argument was added to the test_txrx function...