mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-14 17:05:35 +08:00
13 lines
283 B
Plaintext
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" |