mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
9 lines
191 B
Metal
9 lines
191 B
Metal
/**
|
|
* @file
|
|
* @brief An aggregate header of group memory operations on tiles.
|
|
*/
|
|
|
|
#include "shared_to_register.metal"
|
|
#include "global_to_register.metal"
|
|
#include "global_to_shared.metal"
|