mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-14 09:28:04 -05:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
/**
|
|
* @file
|
|
* @brief A collection of common resources on which ThunderKittens depends.
|
|
*/
|
|
|
|
|
|
#pragma once
|
|
|
|
#include "util.cuh"
|
|
#include "base_types.cuh"
|
|
#include "base_ops.cuh" |