Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Kernels:
kernels-community
/
gemm
like
0
Follow
kernels-community
414
Trusted publisher
Kernel card
Files
Files and versions
xet
Community
main
gemm
/
torch-ext
/
torch_binding.h
drbh
Migrated from kernels-community/gemm
ce83b07
unverified
about 1 month 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)
;