Skip to content

Releases: intel/llvm

DPC++ daily 2023-07-14

14 Jul 21:10
8fb041b
Compare
Choose a tag to compare
Pre-release
[CI] Don't use LIT_FILTER_OUT in sycl_linux_gen12_exp.yml (#10397)

Empty value in the variable matches everything and results in no tests
being run. Instead, change the input parameter to `env` and use default
value to make its update easier.

DPC++ daily 2023-07-13

13 Jul 19:03
5c6ee06
Compare
Choose a tag to compare
Pre-release
[SYCL][UR][HIP] remove unused parameter in ur hip (#10357)

fixes a post commit failure for hip porting
[PR](https://github.com/intel/llvm/pull/9617)

Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>

DPC++ daily 2023-07-12

12 Jul 19:06
aa5e670
Compare
Choose a tag to compare
Pre-release
[CI] Use separate repo cache for E2E tests checkout (#10331)

We run Build/E2E tasks under different users on our amdgpu runners
resulting in errors reusing the same cache under both. Separate the
caches to resolve those.

DPC++ daily 2023-07-11

11 Jul 19:06
601a7de
Compare
Choose a tag to compare
Pre-release
[CI] Use cached_checkouts for E2E tests on Linux (#10307)

This change better aligns checkout between build/e2e-tests. Next step
would be to make them use the same commit for the merge but I plan to do
that in a separate PR.

DPC++ daily 2023-07-10

10 Jul 19:02
85d8411
Compare
Choose a tag to compare
Pre-release
[SYCL] Make AccessorBaseHost::getPtr noexcept (#10266)

Add noexcept to AccessorBaseHost::getPtr since get_pointer is noexcept
in SYCL 2020

oneAPI DPC++ Compiler dependencies

07 Jul 07:20
663042b
Compare
Choose a tag to compare

This release contains OpenCL RT for Intel CPU and FPGA emulator used for oneAPI DPC++ Compiler and runtime validation
Please, see the runtime installation guide here.

DPC++ daily 2023-07-08

08 Jul 19:26
15f5ac3
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230708

[SYCL][Test E2E] Temporarily disabled due to GPU hanging on Gen12+ (#…

DPC++ daily 2023-07-07

07 Jul 19:35
4c6d8e0
Compare
Choose a tag to compare
Pre-release
[CI] Enable End-to-End tests in Nightly task (#10254)

I plan to add automatic "lastest-good-nightly" release to it, we need to
extend the testing for that.

DPC++ daily 2023-07-06

06 Jul 19:06
23a836f
Compare
Choose a tag to compare
Pre-release
[SYCL] Use sycl::exception instead of sycl::runtime_error (#10217)

`sycl::runtime_error` is deprecated in SYCL 2020. Therefore, removing
its uses (at least some) from our RT headers.

This PR **does not** cover:
- some of our extensions, like `fixed_size_group` or `matrix`
- `detail/common.hpp`, because it depends on RT library update
- RT library (i.e. `source/` dir)

DPC++ daily 2023-07-05

05 Jul 19:08
473404c
Compare
Choose a tag to compare
Pre-release
sycl-nightly/20230705

[SYCL][ESIMD][Doc] Add DPAS example (#10107)