Steffen Larsen

Results 38 issues of Steffen Larsen

https://github.com/oneapi-src/unified-runtime/pull/1634 is believed to have fixed the issues for HIP in the profiling tag extension. This commit reenables the tests for HIP. Closes https://github.com/intel/llvm/issues/12904.

When building an invalid program using `urProgramBuildExp`/`urProgramBuild`, `zeModuleDestroy` is not called if `zeModuleCreate` fails and does not return a handle. This is expected, but it will make `UR_L0_LEAKS_DEBUG` think that...

bug
common
level-zero

It seems that the L0 adapter does not correctly release "internal" events, i.e. events that are used by enqueued commands when there are no output event given the the API...

bug
level-zero

### Describe the bug The test sycl/test-e2e/Basic/buffer/subbuffer.cpp fails in OpenCL on Gen12 GPU with: ``` env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/buffer/Output/subbuffer.cpp.tmp.out # .---command stdout------------ # | buffer...

bug
confirmed

### Describe the bug The `sycl::stream` class leaks multiple backend objects if the launch it is used in throws an exception. This can be illustrated with: ```c++ #include using namespace...

bug
confirmed

This commit makes it possible to copy-construct device_global variables if they do not have the device_image_scope property. The restriction on device_image_scope is due to static construction not being allowed in...

### Describe the bug The ESIMD/mask_expand_load.cpp test has been observed to fail on unrelated changes (https://github.com/intel/llvm/pull/13817) in Gen12 Windows pre-commit CI: ``` ******************** TEST 'SYCL :: ESIMD/mask_expand_load.cpp' FAILED ******************** Exit...

bug
esimd
confirmed

This commit adds the sycl_ext_intel_low_power_event extension as proposed. To support this extension, the submission functions in the sycl_ext_oneapi_enqueue_functions extension are given property arguments without any current consumers.