Files
tinygrad/extra/thunder/amd/include/ops/warp/warp.cuh
2026-02-12 20:16:43 -08: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"