Tags: codeplaysoftware/intel-llvm-mirror
Tags
[BuildBot] Uplift CPU/FPGAEMU RT version to 2022.15.12.0.01 (intel#7717) OpenCL CPU RT: 2022.14.8.0.04 -> 2022.15.12.0.01 OpenCL FPGAEMU RT: 2022.14.8.0.04 -> 2022.15.12.0.01 OpenCL FPGA RT Linux: 20220710_000003 -> 20221104_143714 OpenCL FPGA RT Windows: 20220710_000003 -> 20221104_143951
[ESIMD] Add capability to specify 64 bit offsets to esimd memory func… …tions (intel#7411)
[SYCL][Level Zero] Implement sycl_ext_intel_queue_index extension (in… …tel#7599) The feature needs to pass extra data to `piQueueCreate` which is impossible with the current interface. As such, and because of the current ABI freeze, a new `piQueueCreateEx` interface has been added accepting `pi_queue_properties *Properties` (similarly to other interfaces allowing optional/additional data) with the plan to retire the old one at the next ABI break window. Extension spec: intel#7520
[SYCL][CUDA][HIP] Implement support for AMD and NVIDIA architectures … …as argument to fsycl-targets (intel#7348) * Update if_architecture_is extension to include NVIDIA and AMD architectures. * Moves if_architecture_is code header file from intel to oneapi. *Updates experimental/sycl_ext_intel_device_architecture.asciidoc with the contents from proposed/sycl_ext_oneapi_device_architecture.asciidoc. * Rename sycl_ext_intel_device_architecture.asciidoc to sycl_ext_oneapi_device_architecture.asciidoc. * Delete proposed/ycl_ext_oneapi_device_architecture.asciidoc. * Renames nvidia_gpu_smxx to nvidia_gpu_sm_xx. * Remove DPC++ un-supported architectures for nvidia (sm_20 to sm_37)
[SYCL][libclc] Remangler fixes (intel#7723) @pvchupin I've fixed the issues you mentioned in intel#7220 (comment) (the last two commits): * shared libs build: e0f3a52 * windows mangling: b88627f The rest is as per intel#7220 Co-authored-by: Aaron Ballman <aaron@aaronballman.com> Co-authored-by: premanandrao <premanand.m.rao@intel.com> Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
[NFC][SYCL] Remove checks for C++17 (intel#7687) This has been the minimally supported version for some time and we have a static_assert to guard for it. No need to conditionally disable parts of the codebase.
[SYCL] Fix post commit failure for intel#6837 (intel#7703) Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
[NFC][SYCL] Switch to std:: equivalents for utilities in stl_type_tra… …its.hpp (intel#7668)
[SYCL] Add a unittest for is_compatible (intel#7619)
PreviousNext