Add proper model card metadata (YAML frontmatter)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# bigcompute.science CUDA Kernels
|
| 2 |
|
| 3 |
51 custom CUDA kernels for GPU-accelerated computational mathematics research. These kernels power the experiments at [bigcompute.science](https://bigcompute.science).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
tags:
|
| 6 |
+
- cuda
|
| 7 |
+
- gpu
|
| 8 |
+
- number-theory
|
| 9 |
+
- computational-mathematics
|
| 10 |
+
- continued-fractions
|
| 11 |
+
- zaremba
|
| 12 |
+
- ramsey
|
| 13 |
+
- kronecker-coefficients
|
| 14 |
+
- class-numbers
|
| 15 |
+
- hausdorff-dimension
|
| 16 |
+
- ramanujan-machine
|
| 17 |
+
- erdos-straus
|
| 18 |
+
- prime-convergents
|
| 19 |
+
- flint-hills
|
| 20 |
+
- spectral-methods
|
| 21 |
+
- bigcompute
|
| 22 |
+
library_name: other
|
| 23 |
+
pipeline_tag: other
|
| 24 |
+
datasets:
|
| 25 |
+
- cahlen/zaremba-density
|
| 26 |
+
- cahlen/zaremba-conjecture-data
|
| 27 |
+
- cahlen/class-numbers-real-quadratic
|
| 28 |
+
- cahlen/kronecker-coefficients
|
| 29 |
+
- cahlen/hausdorff-dimension-spectrum
|
| 30 |
+
- cahlen/continued-fraction-spectra
|
| 31 |
+
- cahlen/ramanujan-machine-results
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
# bigcompute.science CUDA Kernels
|
| 35 |
|
| 36 |
51 custom CUDA kernels for GPU-accelerated computational mathematics research. These kernels power the experiments at [bigcompute.science](https://bigcompute.science).
|