Skip to content
View muzakker's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report muzakker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
muzakker/README.md

Hi, I'm Muzakker πŸ‘‹

I'm a PhD student in Computer Science at Iowa State University, specializing in ML compiler optimization and high-performance computing. My research focuses on making machine learning workloads faster through intelligent compiler techniques.

πŸ”¬ Current Research

  • GEMM Optimization with Pacific Northwest National Laboratory using MLIR, IREE, and Triton
  • Compiler Pass Analysis for domain-specific ML optimization
  • Exploring ML-guided compilation strategies for heterogeneous hardware

πŸ› οΈ Technical Stack

  • ML Compilers & IR: MLIR (Torch, Linalg, Affine, SCF, Vector dialects), IREE, Triton
  • ML/AI Frameworks: PyTorch, TensorFlow, JAX, Hugging Face
  • Languages: Python, C++, CUDA, Java
  • HPC: OpenMP, MPI, LLVM

🎯 I'm Looking For

Summer 2026 internships in:

  • ML Compiler Optimization
  • ML Systems Engineering
  • High-Performance Computing for ML

πŸ“« Connect With Me

Pinned Loading

  1. distributed-matmul distributed-matmul Public

    Implementation of Cannon's algorithm for parallel matrix multiplication using MPI. Features 2D process grid organization, cyclic data distribution, and comprehensive performance analysis achieving …

    C++

  2. cnn-vs-vit-cifar10 cnn-vs-vit-cifar10 Public

    Image Classification on CIFAR-10: Comparing CNNs and Vision Transformers with Efficient Fine-Tuning using DINOv2-Small

    Jupyter Notebook

  3. Docu-Query Docu-Query Public

    Spring-24: A Rag-based Project repo for COM S 579: Natural Language Processing course.

    Python 2

  4. awesome-gemm awesome-gemm Public

    Forked from yuninxia/awesome-gemm

    πŸ“š A curated list of awesome matrix-matrix multiplication (A * B = C) frameworks, libraries and software