mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
10 lines
192 B
Text
10 lines
192 B
Text
/**
|
|
* @file
|
|
* @brief Aggregate header for UDNA1 (gfx1250) ThunderKittens core include tree.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "common/common.cuh"
|
|
#include "types/types.cuh"
|
|
#include "ops/ops.cuh"
|