summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-28 16:01:03 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-28 16:01:03 +0200
commitfa84ac36f23c1aebb5facf946b21d8c0f1a4a46d (patch)
tree624d3830c45d40561f2e88946f4fd37e5addca74 /CHANGELOG
parentdda1e567f872d3d89f2f7cd890fb5b29ff98537c (diff)
The tuners now also check for valid local thread configurations and skip invalid ones completely, saving compilation time
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c1c639e1..f6d05df3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Development (next version)
- Added support for shuffle instructions for NVIDIA GPUs (thanks to 'tyler-utah')
+- The tuners now check beforehand on invalid local thread sizes and skip those completely
- Fixed an issue with AMD GPUs and the new GEMMK == 1 kernel
- Various minor fixes and enhancements