Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
medmekk
/
rmsnorm_thrust
like
0
Model card
Files
Files and versions
Community
main
rmsnorm_thrust
/
torch-ext
/
torch_binding.h
medmekk
HF Staff
Upload custom kernels
4303459
verified
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
#
pragma
once
#
include
<torch/torch.h>
void
rmsnorm_forward
(torch::Tensor
const
&input, torch::Tensor
const
&gamma)
;