mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 23:32:07 +08:00
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" |