Weekly check-in #6
RobertoRosmaninho
Published: 07/15/2021
What did I do this week?
This week I focused on creating new tests with sparse and dense tensors. At first, I was hoping to have an opportunity to build and test the implementation of Switch, Case, and Call operations. Instead of implement support for these operations, I had to fix bugs in many others like OR, AND, FOR, IFTHENELSE, NEQ, EQ, LT, GT, etc. I just implemented the support for Cast and Case - to nested IfThenElse.
What is coming up?
I'll prepare a PR to be merged into the llvm-backend branch from Quansight-Labs to finish the first evaluation!
Did I get stuck anywhere?
I couldn't create the support that I was looking for, but I had the opportunity to improve my implementation anyway!