Weekly check-in #8

RobertoRosmaninho
Published: 07/28/2021

What did I do this week?

This past week I focused on implementing the Allocate Op, which I discovered to be the cause of issues #9 and #11. Mainly, I'm working to store on the original struct the tensor values and indices used on a function.

What is coming up?

This week, I'll focus on finishing this implementation and contribute to PR #14. This PR implements the Allocate OP and enables llvm tests to continuous integration with GitHub Actions.

Did I get stuck anywhere?

Yes, I got stuck in understanding the behavior of Allocate Op, but my mentor was able to help me with this issue.