Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
cahlen
/
class-numbers-cuda
like
0
Kernels
cahlen/class-numbers-real-quadratic
cuda
class-numbers
real-quadratic-fields
number-theory
cohen-lenstra
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
main
class-numbers-cuda
/
torch-ext
/
torch_binding.h
cahlen
Add torch library bindings (guard main, add torch wrapper functions)
a51a509
verified
2 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
#
pragma
once
#
include
<torch/torch.h>
std
::
vector
<torch::Tensor>
compute_class_numbers_torch
(torch::Tensor discriminants)
;