Skip to content

Dynamic threadgroup memory#750

Draft
christiangnrd wants to merge 4 commits into
mainfrom
dynmem
Draft

Dynamic threadgroup memory#750
christiangnrd wants to merge 4 commits into
mainfrom
dynmem

Conversation

@christiangnrd
Copy link
Copy Markdown
Member

@christiangnrd christiangnrd commented Mar 1, 2026

Mostly me playing around with it. Not functional yet. The best I could come up with interface-wise is a tuple where each value is the size of each memory buffer.

Close #701

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 1, 2026

Codecov Report

❌ Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.83%. Comparing base (b94fd4b) to head (e038d2a).

Files with missing lines Patch % Lines
src/compiler/execution.jl 25.00% 3 Missing ⚠️
lib/mtl/command_enc/compute.jl 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #750      +/-   ##
==========================================
- Coverage   83.09%   82.83%   -0.26%     
==========================================
  Files          62       62              
  Lines        2851     2855       +4     
==========================================
- Hits         2369     2365       -4     
- Misses        482      490       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@christiangnrd christiangnrd added help wanted Extra attention is needed kernels Things about kernels and how they are compiled. labels Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed kernels Things about kernels and how they are compiled.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for dynamic shared memory

1 participant