Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
cahlen
/
erdos-straus-cuda
like
0
Kernels
cahlen/continued-fraction-spectra
cuda
number-theory
erdos-straus
computational-mathematics
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
main
erdos-straus-cuda
/
torch-ext
/
torch_binding.h
cahlen
Erdos-Straus CUDA kernel: torch extension with build.toml, tests, README
e0969aa
verified
8 days ago
raw
Copy download link
history
blame
contribute
delete
96 Bytes
#
pragma
once
#
include
<torch/torch.h>
torch::Tensor
erdos_straus_count
(torch::Tensor primes)
;