Steffen Larsen

Results 38 issues of Steffen Larsen

SYCL 2020 adds noexcept to has_property on SYCL objects that take property_list arguments. This changes adjust the existing implementation accordingly. Signed-off-by: Steffen Larsen

Basic/event_profiling_info.cpp fails sporadically on HIP backend with error: ``` PI HIP ERROR: Value: 600 Name: hipErrorNotReady Description: hipErrorNotReady Function: get_queued_time Source Location: /__w/llvm/llvm/src/sycl/plugins/hip/pi_hip.cpp:573 terminate called after throwing an instance of...

bug
hip

If a kernel enqueue fails the runtime will immediately try and clean it up. However, if it has any dependencies or users the cleanup will be skipped. This can cause...

Currently PI_KERNEL_MAX_SUB_GROUP_SIZE in the PI OpenCL backend uses the max work item sizes as the input to the corresponding OpenCL query to avoid truncation. However, using the max work item...

Unloading plugins was recently separated from the cleanup phase to allow the mock plugin ensure that the mock plugin is the lone plugin. However, after unloading the plugins vector is...

This commit adds a new module-level metadata node !intel_sycl_aspects which contains metadata pairs of the enum element names and integral values of the SYCL aspects enum, identified by the [[__sycl_detail__::sycl_type(aspect)]]...

This commit renames metadata nodes introduced by the optional device features design document from using `intel_` prefix to use `sycl_` prefix.

Adds an extension for a new `item_view` SYCL object. The `item_view` allows for expressing a uniform access pattern to device memory, exposing each item in the underlying data as an...

Adds an extension for more supported data types for image accessors and a new `get_access` overload on images that allows for image format information to be known by the accessor...

The Plugin/sycl-ls-unified-runtime.cpp test is failing on CI Windows Gen12 with the following error: ``` ******************** FAIL: SYCL :: Plugin/sycl-ls-unified-runtime.cpp (1512 of 1902) ******************** TEST 'SYCL :: Plugin/sycl-ls-unified-runtime.cpp' FAILED ******************** Exit...

bug