Skip to content
View Haonote's full-sized avatar

Block or report Haonote

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

Popular repositories Loading

  1. mymlir-toy mymlir-toy Public

    A step-by-step implementation of the MLIR Toy compiler tutorial with custom dialect, shape inference, pattern rewrites, and Matmul affine lowering.基于 MLIR 的 Toy 编译器从零实战教程,涵盖方言定义、AST转译、形状推导、规范化重写及自定…

    C++

  2. TinyMLIR-GPU TinyMLIR-GPU Public

    A lightweight, end-to-end MLIR-based GPU code generation & optimization framework. Lowering high-level tensors (Linalg) to optimized PTX/NVVM kernels with operator fusion, hierarchical tiling, and …

    Python