forked from tinygrad/tinygrad
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
/**
|
|
* @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"
|