-
Notifications
You must be signed in to change notification settings - Fork 2
/
CITATION.cff
38 lines (37 loc) · 1.22 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Kernel Launcher
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Stijn
family-names: Heldens
email: [email protected]
affiliation: Netherlands eScience Center
- given-names: Ben
family-names: van Werkhoven
email: [email protected]
affiliation: Netherlands eScience Center
identifiers:
- type: url
value: 'https://github.com/KernelTuner/kernel_launcher'
description: GitHub repository
repository-code: 'https://github.com/KernelTuner/kernel_launcher'
url: 'https://kerneltuner.github.io/kernel_launcher/'
abstract: >-
Kernel Launcher is a C++ library that makes it easy to
dynamically compile CUDA kernels at run time (using NVRTC)
and call them in an easy type-safe way using C++ magic.
Additionally, Kernel Launcher supports exporting kernel
specifications, to enable tuning by Kernel Tuner, and
importing the tuning results, known as wisdom files, back
into the application.
keywords:
- CUDA
- auto-tuning
- C++
- library
license: Apache-2.0