mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-15 01:48:23 -05:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
/**
|
|
* @file
|
|
* @brief An aggregate header for warp operations on data stored in tensor memory.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "tensor/tensor.cuh" |