mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-14 09:28:04 -05:00
11 lines
185 B
Metal
11 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"
|