Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kernels-community
/
gemm
like
0
Follow
kernels-community
303
Kernels
hip
Model card
Files
Files and versions
xet
Community
Use this model
main
gemm
/
tests
/
checker
/
metrics.h
medmekk
HF Staff
Upload folder using huggingface_hub
92455fe
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
#
pragma
once
struct
PerfMetricEntry
{
char
name[
20
];
float
time;
float
gflops;
};
struct
PerfMetrics
{
int
count =
0
;
PerfMetricEntry entries[
20
];
};