Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kernels-community
/
gemm
like
0
Follow
kernels-community
244
Kernels
hip
Model card
Files
Files and versions
xet
Community
Use this model
main
gemm
/
torch-ext
/
torch_binding.h
medmekk
HF Staff
Upload folder using huggingface_hub
92455fe
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
189 Bytes
#
pragma
once
#
include
<torch/torch.h>
void
gemm
(torch::Tensor &out, torch::Tensor
const
&a, torch::Tensor
const
&b,
torch::Tensor
const
&a_scale, torch::Tensor
const
&b_scale)
;