comse6998 / spring2024

Repository for COMSE6998 in the Spring 2024 term
2 stars 20 forks source link

Cleaned dgemv and finished HW5 #90

Closed trev1no2 closed 6 months ago

trev1no2 commented 6 months ago

Response to https://github.com/comse6998/spring2024/issues/87

The code properly optimizes HW5 dgemv_nd (negative cases of incy were a problem again). The unit test also toggles between a really useful per-core cycle/instruction pretty print with other useful info like max cycle/instruction count and average count per core. this is able to be turned off by just setting bool PRETTY_PRINT_CORES = false; in the unit test