spla
spla copied to clipboard
Add testing on PoCL platform
name: Add testing on PoCL platform about: spla tests on a PoCL platform device title: "[pull-request]" labels: enhancement assignees: EgorOrachyov, gsvgit
Short description
Configure self-hosted runner to launch CI on CPU with PoCL support: Intel-Core-i7-4790
List of changes
- add CI launch on Intel-Core-i7-4790 with PoCL platform
- change conditions of pocl platform in if statement
- temporarily add pocl-support as trigger branch to run tests on pocl platform
- other changes connected with #236
Type of changes
Which character do your changes have to the project? Select using x the type of changes to the code base in the
request. You can select multiple options.
- [ ] bug-fix (change which fixes some issue)
- [x] new-feature (change which proposes new feature or functionality)
- [ ] breaking-change (change which brakes compatibility of api or etc.)
Changes aspect
Brief change description. Select using x the type of changes to the code base in the request. You can select multiple
options.
- [ ] unit-tests for C/C++ code added
- [ ] benchmark for C/C++ code added
- [x] workflow tests to
.githubscripts added - [ ] C bindings to C++ code added
- [ ] Python bindings to C code added
- [ ] documentation to C/C++ code added
- [ ] documentation to Python code added