Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented ProgramCacheLayer, updated CI #15

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bc2ea25
Added googletest dependency
mfep Jun 20, 2023
46f4ee6
Implemented program cache lib with tests
mfep Jun 20, 2023
f48313e
Update CI
mfep Jun 20, 2023
2cd8c60
Implemented preprocessor
mfep Jun 21, 2023
e7bbd15
Implemented ProgramCacheLayer
mfep Jul 6, 2023
4af147d
ProgramCache dispatch [skip ci]
mfep Jul 10, 2023
9bca090
Using program cache in layer
mfep Jul 11, 2023
1882279
Fixes with CTS [skip ci]
mfep Jul 11, 2023
bf20b58
Refactored layer logic to class
mfep Jul 18, 2023
a37f08b
Update Linux CI
mfep Jul 19, 2023
d4cb492
Installable ProgramCache and package test
mfep Jul 21, 2023
eef26c9
Update Windows CI
mfep Jul 24, 2023
e26ac11
Update macos CI
mfep Jul 25, 2023
88849a0
Finalize CI
mfep Jul 26, 2023
ea55cb0
CMake minimum 3.16
mfep Aug 17, 2023
39285b3
Minor fixes
mfep Aug 30, 2023
6755ae9
Workaround not to build OpenCL-CLHPP examples
mfep Dec 13, 2023
2587204
fix(ci): Using checkout@v4 and cache@v4
mfep May 23, 2024
a3edbe8
fix(ci): Removed references to VC++ v140 and v141
mfep May 23, 2024
aa5c79c
fix(ci): Fixed gcc paths in macos jobs
mfep May 23, 2024
029e509
fix: Include <algorithm> in test_preprocessor
mfep May 29, 2024
7b994ba
fix(ci): Updating vcpkg in Windows job
mfep May 29, 2024
f5b59b2
fix(ci): Install vcpkg on macos
mfep May 29, 2024
f6c63dd
fix(ci): Properly setting OCL_ICD_VENDORS on macos
mfep May 29, 2024
1e135ae
fix(ci): Disabled gcc-13 on macos
mfep May 30, 2024
d279f7d
fix(ci): Updating vcpkg in android jobs
mfep May 30, 2024
9637ae0
Removed clang-format and formatting check
mfep Jun 5, 2024
6fc831a
Update docker images
Beanavil Jun 17, 2024
911fe00
Fix MSVC compiler toolset version
Beanavil Jun 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
260 changes: 0 additions & 260 deletions .github/workflows/linux.yml

This file was deleted.

108 changes: 0 additions & 108 deletions .github/workflows/macos.yml

This file was deleted.

Loading