mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
9 lines
No EOL
160 B
Text
9 lines
No EOL
160 B
Text
/**
|
|
* @file
|
|
* @brief A collection of all of the operations that ThunderKittens defines.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "warp/warp.cuh"
|
|
#include "group/group.cuh" |