Update OpenCL denylist and allowlist

Add bad Intel driver reported by a new developer.
Remove superfluous AMD allowlist entry.

Change-Id: Ide5092dab7e0fa7f40ee512ba2dc9283bd9e95be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110749
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
Ilmari Lauhakangas
2021-02-11 09:36:53 +02:00
parent c76e6307b6
commit 03b070a717

View File

@@ -29,9 +29,8 @@ OpenCLConfig::OpenCLConfig() :
// done elsewhere in the code), so presumably there is a known
// good reason for it.
maDenyList.insert(ImplMatcher("Windows", "", "Intel\\(R\\) Corporation", "", "9\\.17\\.10\\.2884"));
// This is what I have tested on Linux and it works for our unit tests.
maAllowList.insert(ImplMatcher("Linux", "", "Advanced Micro Devices, Inc\\.", "", "1445\\.5 \\(sse2,avx\\)"));
// This was reported to produce bogus values in unit tests
maDenyList.insert(ImplMatcher("Windows", "", "Intel\\(R\\) Corporation", "", "27\\.20\\.100\\.8681"));
// For now, assume that AMD, Intel and NVIDIA drivers are good
maAllowList.insert(ImplMatcher("", "", "Advanced Micro Devices, Inc\\.", "", ""));