mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-14 00:45:16 +08:00
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
/**
|
|
* @file
|
|
* @brief A collection of common resources on which HipKittens depends.
|
|
*/
|
|
|
|
|
|
#pragma once
|
|
|
|
#include "util.cuh"
|
|
#include "base_types.cuh"
|
|
#include "base_ops.cuh"
|
|
|
|
#include "macros.cuh" |