Repository.mk | 1 + sc/source/core/opencl/cl-test.ods |binary 2 files changed, 1 insertion(+)
New commits: commit c6cce7de6dc8fdddf1a307e26a65b387ffa92b84 Author: Michael Meeks <[email protected]> Date: Mon Jul 11 20:33:00 2016 +0100 Add initial cl validation / sheet. The concept here is that we test OpenCL's stability and accuracy before we start to use it for a given driver version. This sheet is a minimal set of that - it requires a very short formula group length, and combines many CL functions into formulae to test more. The structure, in particular the manual squaring / SQRT - is necessary to stick within the default CL subset, and ensure that formulae are CL enabled from the root of the dependency tree up. Change-Id: I5000b08cf0436ad8c0acf7f890f7bef0e514b201 diff --git a/Repository.mk b/Repository.mk index a07f758..4dcd930 100644 --- a/Repository.mk +++ b/Repository.mk @@ -837,6 +837,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ Pyuno/mailmerge \ )) \ sfx2_classification \ + $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \ )) $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\ diff --git a/sc/source/core/opencl/cl-test.ods b/sc/source/core/opencl/cl-test.ods new file mode 100644 index 0000000..8380e0b Binary files /dev/null and b/sc/source/core/opencl/cl-test.ods differ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
