mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
7 lines
No EOL
140 B
Text
7 lines
No EOL
140 B
Text
/**
|
|
* @file
|
|
* @brief An aggregate header of group operations on data in shared memory
|
|
*/
|
|
|
|
#include "tile/tile.cuh"
|
|
#include "vec/vec.cuh" |