Build and test nativly in CI
doe300 opened this issue · 0 comments
doe300 commented
Since 80f94cc we can emulate the hardware access, allowing us to run any OpenCL code using VC4CL on any platform (with limitations).
We can use this to run some tests in the CI, similar to VC4C. For that we need:
- Additonal step to build VC4CL natively with
MOCK_HAL
enabled. We should be able to reuse the native image used in VC4C. - Run selected tests from
TestVC4CL
on emulator in additional test step - Test installation/uninstallation of VC4CL package
- Run some additional tests, e.g.
clinfo
, also selected boost-compute and OpenCL-CTS tests?