1
0
forked from IQ.Lvbs/IQ.Pilot
Files
IQ.Pilot/tinygrad_repo/extra/thunder/amd/include/ops/warp/warp.cuh
2026-08-22 23:42:42 -05:00

13 lines
283 B
Plaintext

/**
* @file
* @brief An aggregate header of all warp (worker) operations defined by ThunderKittens
*/
#pragma once
// no namespace wrapper needed here
// as warp is the default op scope!
#include "register/register.cuh"
#include "shared/shared.cuh"
#include "memory/memory.cuh"