Weekly check-in #9
RobertoRosmaninho
Published: 08/09/2021
What did I do this week?
This past week, I focused on implementing new llvm tests for TACO's gTest suite. I opened a new PR (#17), which includes more than 15 new tests of dense and sparse expressions. A new bug was found during this implementation: the missing support for realloc expression under Allocate Op. I fixed this bug and all tests implemented are passing now.
What is coming up?
In the last week of GSOC, I will replicate some tests already in use on TACO's gTest framework to generate LLVM IR code and start the implementation of Yield Op.
Did I get stuck anywhere?
No. :)