Views
No views yet
1import torch
2from kernels import get_kernel
3
4kernel = get_kernel("cahlen/flint-hills-cuda")
5result = flint_hills.partial_sum(max_n=1000000000)nvcc -O3 -arch=sm_90 -o flint_hills flint_hills/flint_hills.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}