Views
No views yet
1import torch
2from kernels import get_kernel
3
4kernel = get_kernel("cahlen/ramanujan-machine-cuda")
5result = ramanujan.search(deg_a=1, deg_b=2, range_a=10, range_b=10)nvcc -O3 -arch=sm_90 -o ramanujan_machine ramanujan/ramanujan_v2.cu -lm1@misc{humphreys2026bigcompute,
2 author = {Humphreys, Cahlen},
3 title = {bigcompute.science: GPU-Accelerated Computational Mathematics},
4 year = {2026},
5 url = {https://bigcompute.science}
6}