summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-03-06 15:48:11 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2016-03-06 15:48:11 +0100
commit306bf67660da4f1adacaedf9066925240abf4ea9 (patch)
tree6f94fcd0d394e9874eaa24e637b7c56e0b2c8e0d /README.md
parent60da54da5d8cb8dc763c13ba48ec6d8e557a609d (diff)
Added preliminary support for xHPR2 and xSPR2 routines
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3da0e262..87c7bb53 100644
--- a/README.md
+++ b/README.md
@@ -176,7 +176,6 @@ CLBlast is in active development but already supports almost all the BLAS routin
| xASUM | | | - | - | +SC +DZ |
| IxAMAX | | | | | |
-
| Level-2 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------|
| xGEMV | ✔ | ✔ | ✔ | ✔ | |
@@ -198,12 +197,12 @@ CLBlast is in active development but already supports almost all the BLAS routin
| xGERC | - | - | ✔ | ✔ | |
| xHER | - | - | ✔ | ✔ | |
| xHPR | - | - | ✔ | ✔ | |
-| xHER2 | - | - | | | |
-| xHPR2 | - | - | | | |
+| xHER2 | - | - | ✔ | ✔ | |
+| xHPR2 | - | - | ✔ | ✔ | |
| xSYR | ✔ | ✔ | - | - | |
| xSPR | ✔ | ✔ | - | - | |
-| xSYR2 | | | - | - | |
-| xSPR2 | | | - | - | |
+| xSYR2 | ✔ | ✔ | - | - | |
+| xSPR2 | ✔ | ✔ | - | - | |
| Level-3 | S | D | C | Z | Notes |
| ---------|---|---|---|---|---------|
@@ -246,11 +245,8 @@ To-do list before release of version 1.0
- Improve device performance:
* Tune for a wider range of devices
* Allow users to define custom tuned parameters
-- Improve the tuning
- * Make the tuners upload their data to a central server
- Improve the performance comparisons:
* Enable comparison against optionally: ViennaCL, cuBLAS, MAGMA OpenCL
- Further reduce the likelihood of crashes:
* Add checks for proper command-line arguments in the tuner, tester and client
- * Add checks for valid database parameters
* Test in multi-threaded environments