summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-29 13:02:14 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-29 13:02:14 +0100
commitf24d611e575656a8e472f46b9c5c54f3c9634378 (patch)
tree894631428f17b75dc144def614ffde885beeca21 /CHANGELOG
parent319762f15075b7c80812b578a0da613cf867b9f2 (diff)
Made it possible to compile the CLBlast performance clients for Android with the NDK
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 14a6dd22..ed27291e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ Development (next version)
* Two CUDA API sample programs are added: SGEMM and DAXPY
* All correctness tests and performance clients work on CUDA like they did for OpenCL
- Kernels are now cached based on their tuning parameters: fits the use-case of 'OverrideParameters'
+- Cross-compiling for Android is now supported using CMake; instructions are added to the README
- Improved performance for small GEMM problems by going from 3 to 1 optional temporary buffers
- Various minor fixes and enhancements
- Added tuned parameters for various devices (see README)