Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
cahlen
/
kronecker-cuda
like
0
Kernels
cahlen/kronecker-coefficients
cuda
kronecker-coefficients
symmetric-group
representation-theory
combinatorics
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
main
kronecker-cuda
/
torch-ext
/
torch_binding.h
cahlen
Add torch library bindings (guard main, add torch wrapper functions)
ad8dab0
verified
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
#
pragma
once
#
include
<torch/torch.h>
std
::
vector
<torch::Tensor>
compute_kronecker
(torch::Tensor ct, torch::Tensor z_inv)
;