Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kokkos Kernels - ML/IR #81

Open
crtrott opened this issue Nov 29, 2023 · 2 comments
Open

Kokkos Kernels - ML/IR #81

crtrott opened this issue Nov 29, 2023 · 2 comments
Labels
KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting Team

Comments

@crtrott
Copy link
Member

crtrott commented Nov 29, 2023

Authors: @brian-kelley @kliegeois

@crtrott crtrott added Team KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting labels Nov 29, 2023
@lucbv lucbv changed the title Kokkos Kernels - Slot 4 Kokkos Kernels - ML/IR Nov 29, 2023
@brian-kelley
Copy link

The MLIR (multi-level intermediate representation) in LLVM can represent operations ranging from high-level (e.g. matrix multiplication) to low-level (e.g. a bitwise OR). It also includes automatic transformations for lowering high-level operations to equivalent sequences of low-level operations. We present an MLIR-based compiler pipeline that can compile PyTorch models and general sparse tensor expressions into parallel Kokkos C++ source code. We also discuss ongoing work involving Kokkos and MLIR.

@brian-kelley
Copy link

Kokkos_MLIR.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KUG2023 Presentation for the 2023 Kokkos Usergroup Meeting Team
Projects
Development

No branches or pull requests

2 participants