Skip to content

Commit 03b4abf

Browse files
authored
Merge pull request #11 from KernelTuner/dev
Add `.zenodo.json`
2 parents 0d407dd + 404f7c1 commit 03b4abf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: .zenodo.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"title": "Kernel Float",
3+
"description": "CUDA/HIP header-only library for writing vectorized and low-precision (16 bit, 8 bit) GPU kernels",
4+
"license": "Apache-2.0",
5+
"upload_type": "software",
6+
"access_right": "open",
7+
"creators": [
8+
{
9+
"orcid": "0000-0001-8792-6305",
10+
"affiliation": "Netherlands eScience Center",
11+
"name": "Heldens, Stijn"
12+
},
13+
{
14+
"orcid": "0000-0002-7508-3272",
15+
"affiliation": "Leiden University",
16+
"name": "van Werkhoven, Ben"
17+
}
18+
],
19+
"keywords": ["mixed-precision", "GPU", "CUDA", "HIP", "low-precision", "floating-point", "half precision", "C++", "vectorization", "bfloat16"]
20+
}
21+

0 commit comments

Comments
 (0)