KULeuven-MICAS / snax_cluster

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

inline start csr & start streamer-gemm together #356

Closed xiaoling-yi closed 1 month ago

xiaoling-yi commented 1 month ago

In this PR, we change the program sequence to align with the real-world scenario and set the streamer and gemm start functions as inline functions to reduce the function return overhead.