W1D4 - Bits and pieces but no commits

I missed committing to Github on Jan 1. Today I did a few things here and there but annoyingly ended up not committing on Jan 4 either.

Of the few things here and there, perhaps most memorable but was watching a talk on Mojo at the 2023 LLVM Dev Meeting.

I pondered how MLIR is different vs LLVM IR. According to ChatGPT, LLVM IR is close to machine code but MLIR operates at multiple levels. In particular, the higher levels of MLIR allows it to be much closer to ML-heavy operations like matrix multiplies.

All the things: