diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-17 18:16:35 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-11-17 18:19:51 +0100 |
commit | 91e814f66f5561798902f767d64c4366b376a1d3 (patch) | |
tree | b3ece7364c41eb9895fb4467b5e37a210d4b0897 /sc/inc | |
parent | 3614d5546034eae34dd0cbf282e058e431ec7295 (diff) |
add a way to blacklist known bad OpenCL compilers
the blacklisted compiler hangs while compiling the opencl-test kernels
on the @38 tinderbox.
Change-Id: Ice80253a5fbb66eef4bfb4a3efd881fc83c379b4
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/platforminfo.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/platforminfo.hxx b/sc/inc/platforminfo.hxx index 7a48e110a7c2..71206e01a94b 100644 --- a/sc/inc/platforminfo.hxx +++ b/sc/inc/platforminfo.hxx @@ -23,6 +23,7 @@ struct SC_DLLPUBLIC OpenclDeviceInfo void* device; OUString maName; OUString maVendor; + OUString maDriver; size_t mnMemory; size_t mnComputeUnits; size_t mnFrequency; |