Closed rachitnigam closed 2 years ago
Oh gosh ew - those are some old examples and may have rotted away a little
Thanks for bringing to attention! Will be taking a look...
Maybe it would be useful to have some continuous testing to keep the examples up to date! For example, we use runt to do this very lightweight but useful form of expectation testing. Maybe sometime like that would be useful? Happy to help figure out how to set it up if that'll be useful!
@rachitnigam some sort of CI does sound like a good idea - sadly it hasn't been prioritized as of yet
I highly encourage you to continue any discussion on this general issue over here https://github.com/JulianKemmerer/PipelineC/issues/104
Fixed missing MAIN
pragmas in recent commit :+1:
The
matrix_mult_
examples are missing#pragma MAIN main
from the C files which causes the tool to immediately error out. Should those exist there by default?