forked from tinygrad/tinygrad
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" |