From 123f38a8ab78ec040fe92a7145d78aa215f30057 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 31 Jul 2018 20:52:00 +0200 Subject: [PATCH] Added Beignet 1.2.1 requirement to the README for IvyBridge GPUs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28fd42d2..53075cfb 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. +* 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). + Contributing -------------