Files
tinygrad/extra/thunder/cuda/include/ops/thread/thread.cuh
2025-10-10 00:32:33 -07:00

13 lines
240 B
Plaintext

/**
* @file
* @brief An aggregate header of all warp (worker) operations defined by ThunderKittens
*/
#pragma once
// no namespace wrapper needed here
#include "memory/memory.cuh"
#ifdef KITTENS_BLACKWELL
#include "mma/mma.cuh"
#endif