mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-14 09:28:04 -05:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
/**
|
|
* @file
|
|
* @brief An aggregate header of group operations on data in shared memory
|
|
*/
|
|
|
|
#include "tile/tile.cuh"
|
|
#include "vec/vec.cuh" |