From 404f7c1b0a81a0dc80208864bcb821115e9c241e Mon Sep 17 00:00:00 2001 From: stijn Date: Fri, 11 Apr 2025 14:00:49 +0200 Subject: [PATCH] Add `.zenodo.json` --- .zenodo.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..6dbf639 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,21 @@ +{ + "title": "Kernel Float", + "description": "CUDA/HIP header-only library for writing vectorized and low-precision (16 bit, 8 bit) GPU kernels", + "license": "Apache-2.0", + "upload_type": "software", + "access_right": "open", + "creators": [ + { + "orcid": "0000-0001-8792-6305", + "affiliation": "Netherlands eScience Center", + "name": "Heldens, Stijn" + }, + { + "orcid": "0000-0002-7508-3272", + "affiliation": "Leiden University", + "name": "van Werkhoven, Ben" + } + ], + "keywords": ["mixed-precision", "GPU", "CUDA", "HIP", "low-precision", "floating-point", "half precision", "C++", "vectorization", "bfloat16"] +} +