mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-14 17:05:35 +08:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
/**
|
|
* @file
|
|
* @brief An aggregate header of warp operations on data in shared memory
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "tile/tile.cuh"
|
|
#include "vec/vec.cuh" |