Releases: intel/llvm
Releases · intel/llvm
DPC++ daily 2023-07-14
[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
[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
[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
[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
[SYCL] Make AccessorBaseHost::getPtr noexcept (#10266) Add noexcept to AccessorBaseHost::getPtr since get_pointer is noexcept in SYCL 2020
oneAPI DPC++ Compiler dependencies
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
sycl-nightly/20230708 [SYCL][Test E2E] Temporarily disabled due to GPU hanging on Gen12+ (#…
DPC++ daily 2023-07-07
[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
[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
sycl-nightly/20230705 [SYCL][ESIMD][Doc] Add DPAS example (#10107)