Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.22 KB

CIALUG_December2023.md

File metadata and controls

28 lines (17 loc) · 1.22 KB

CIALUG December 2023 - Mojo and C/Linux intro

mojo build hello.mojo
./hello
  • Only amd64 and arm64 - NVIDIA GPU support Q1 2024.
  • JIT compilation with LLVM ORC
  • Multi-Level Intermediate Representation MLIR - single static assignment for all the things.
  • Mojo simd - n-body demo
  • Mojo autotune - memset demo

Performance beyond mojo

2023 LLVM Dev Mtg - Mojo 🔥: A system programming language for heterogenous computing