reikdas / SABLE

1 stars 0 forks source link

Generate BLAS calls instead of loops for dense regions #4

Closed reikdas closed 6 months ago

reikdas commented 8 months ago

Replace the generated nested loop here with BLAS calls - https://github.com/reikdas/VBR-SpMV/blob/main/vbrgen.py#L93-L97 (generate either of the two based on some arg passed to the function)

Would help to fix #3 first.

reikdas commented 6 months ago

Generating BLAS is just a tweak to the template. We can come back to this later.