mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-13 16:37:04 +08:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
/**
|
|
* @file
|
|
* @brief A collection of all of the operations that ThunderKittens defines.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "warp/warp.cuh"
|
|
#include "group/group.cuh" |