Open BiradarSiddhant02 opened 4 months ago
Keep main function in your C code. Keep just the bare minimum matmul code in c-lisp.
Can you write code in C to measure flops for our kernel as well?
I am facing difficulties with makefile (https://github.com/chsasank/llama.lisp/pull/70/commits/3e60c5b222e2d0bdf7c24360ee44906bff927be9) .
Finding it hard to understand documentation. Will come back to this later
Do post benchmark graphs
Macros look good but I would want a script that run tests for each of the macros and plot perf vs reference
Macros look good but I would want a script that run tests for each of the macros and plot perf vs reference
So a turnt.toml file?
Better write python/bash/make
Should fix MMult_4x4_4 and MMult_4x4_5
Implements the runtime C file that has functions to :
A .sexp file with the kernel implementation (incomplete)
A bash script to run the .sexp file