mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
10 lines
185 B
Metal
10 lines
185 B
Metal
/**
|
|
* @file
|
|
* @brief A collection of common resources on which Thundermittens depends.
|
|
*/
|
|
|
|
|
|
#pragma once
|
|
#include "base_types.metal"
|
|
#include "base_ops.metal"
|
|
#include "utils.metal"
|