-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f388063
commit af91017
Showing
4 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ authors: | |
name-particle: van | ||
orcid: "https://orcid.org/0000-0002-7508-3272" | ||
email: "[email protected]" | ||
date-released: 2017-11-23 | ||
date-released: 2019-12-20 | ||
doi: 10.5281/zenodo.1220113 | ||
keywords: | ||
- "GPU Computing" | ||
|
@@ -29,7 +29,7 @@ references: | |
email: "[email protected]" | ||
title: "Kernel Tuner: A Search-Optimizing GPU Code Auto-Tuner" | ||
journal: "Future Generation Computer Systems" | ||
year: 2018 | ||
year: 2019 | ||
repository-code: "https://github.com/benvanwerkhoven/kernel_tuner" | ||
title: Kernel Tuner | ||
version: "0.2.0" | ||
version: "0.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ def readme(): | |
|
||
setup( | ||
name="kernel_tuner", | ||
version="0.2.0", | ||
version="0.3.0", | ||
author="Ben van Werkhoven", | ||
author_email="[email protected]", | ||
description=("An easy to use CUDA/OpenCL kernel tuner in Python"), | ||
|