mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
13 lines
No EOL
283 B
Text
13 lines
No EOL
283 B
Text
/**
|
|
* @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" |