triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.47k stars 1.66k forks source link

[INTERPRETER][NFC] Rename `tensor_shape` -> `block_shape` in interpreter #5195

Closed Jokeren closed 2 days ago

Jokeren commented 2 days ago

tensor_shape is a confusing name and doesn't match block pointer's semantic. block_shape is much clearer.