forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 0798119
This commit is contained in:
13
tinygrad_repo/extra/thunder/amd/include/ops/warp/warp.cuh
Normal file
13
tinygrad_repo/extra/thunder/amd/include/ops/warp/warp.cuh
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief An aggregate header of all warp (worker) operations defined by ThunderKittens
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
// no namespace wrapper needed here
|
||||
// as warp is the default op scope!
|
||||
|
||||
#include "register/register.cuh"
|
||||
#include "shared/shared.cuh"
|
||||
#include "memory/memory.cuh"
|
||||
Reference in New Issue
Block a user