1
0
forked from IQ.Lvbs/IQ.Pilot
Files
IQ.Pilot/tinygrad_repo/extra/thunder/cuda/include/ops/thread/thread.cuh
2026-08-22 23:42:42 -05: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