Replies: 2 comments
-
CCing @nathanielsimard Maybe we could add discussions to the cubecl at some point 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ho you can modify the grid and block size. The grid is the cube count and the block size is the cube dim.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm new to neural networks and the Burn framework.
I've noticed that CubeCL allows GPU kernel programming, which seems similar to Triton.
However, I'm wondering how CubeCL's thread block control (e.g., CUBE_COUNT and CUBE_DIM) compares to Triton's fine-grained control (e.g., grid and BLOCK_SIZE) for performance optimization. Does CubeCL provide enough flexibility for manual tuning, or does it rely mostly on autotuning? Are there plans to add more explicit control features in the future?
I'd really appreciate your insights. Thanks!
-Lucian
Beta Was this translation helpful? Give feedback.
All reactions