Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

[Triton] Add minimal matmul example (no auto tuning) #129

Open
ezhulenev opened this issue Jun 9, 2023 · 0 comments
Open

[Triton] Add minimal matmul example (no auto tuning) #129

ezhulenev opened this issue Jun 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ezhulenev
Copy link
Contributor

  1. Take one config from: https://github.com/openai/triton/blob/main/python/triton/ops/matmul.py
  2. Trace it to Triton IR
  3. Add end-to-end test

This will verify that everything works end-to-end:

  1. num-warps and stages propagated to compiler
  2. block dimensions are correctly computed
  3. shared memory works
@ezhulenev ezhulenev added the enhancement New feature or request label Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant