summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-07-31 20:55:56 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2018-07-31 20:55:56 +0200
commitd749c4af7201a462f3ee2f2105528d14a9efa4d1 (patch)
tree9d151ed06b6b58ca59886df62f25d4bcc10c3164 /README.md
parent123f38a8ab78ec040fe92a7145d78aa215f30057 (diff)
Added note about AMD southern islands GPU issue and the required workaround
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 53075cfb..85dc4386 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,8 @@ Other known issues:
* The AMD run-time compiler has a bug causing it to get stuck in an infinite loop. This is reported to happen occasionally when tuning the CLBlast GEMM routine.
+* AMD Southern Island GPUs might cause wrong results with the amdgpu-pro drivers. Do configure CMake with `AMD_SI_EMPTY_KERNEL_WORKAROUND` to resolve the issue, [see issue #301](https://github.com/CNugteren/CLBlast/issues/301).
+
* Tests might fail on an Intel IvyBridge GPU with the latest Beignet. Please downgrade Beignet to 1.2.1, [see issue #231](https://github.com/CNugteren/CLBlast/issues/231).