mirage-project/mirage

[Feature Request] - Optimizing Shared Memory Usage in norm_linear

Open

#451 opened on Aug 11, 2025

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Cuda (232 forks)auto 404
good first issue

Repository metrics

Stars
 (2,381 stars)
PR merge metrics
 (PR metrics pending)

Description

Feature Description

Our norm_linear task cannot process large number of tokens. We should reduce shared memory usage in this task, which would allow us to run prefill using larger batch sizes.

Contributor guide