Skip to content

Conversation

@AntonOresten
Copy link
Contributor

@AntonOresten AntonOresten commented Jan 13, 2026

Adds two keyword arguments to load/store functions:

  • latency: value from 1-10 hinting about DRAM traffic of operation (also for gather/scatter)
  • allow_tma: allow use of Tensor Memory Accelerator (only for load/store)

Read more: https://docs.nvidia.com/cuda/cutile-python/performance.html

This should allow hand-tuning to make some kernels even faster, including #16.

Closes #25

Copy link
Member

@maleadt maleadt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@maleadt maleadt merged commit e033d5e into JuliaGPU:main Jan 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose optimization hints

2 participants