KULeuven-MICAS / snax_cluster

A heterogeneous accelerator-centric compute cluster
Apache License 2.0
11 stars 10 forks source link

split the gemmx-sw to matmul and conv test #374

Closed xiaoling-yi closed 1 month ago

xiaoling-yi commented 1 month ago

We split the joint matmul-conv gemmx software test into two tests explicitly, aka, the matmul and conv test. This is only a refactor to make the two tests more clear. The matmul and conv can select their own data layout and memory address space differently (interleaved and non-interleaved).