mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-14 09:28:04 -05:00
13 lines
240 B
Plaintext
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 |