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