Artur Gainullin

Results 16 issues of Artur Gainullin

**Build compiler** git clone https://github.com/intel/llvm Hash: b00fb7c Includes: #1990, #1977 python /localdisk2/ws/againull/sycl/llvm/buildbot/configure.py --cuda -o /localdisk2/ws/againull/sycl/build python /localdisk2/ws/againull/sycl/llvm/buildbot/compile.py -o /localdisk2/ws/againull/sycl/build **Build accessor CTS tests** git clone https://github.com/KhronosGroup/SYCL-CTS.git Hash: 9cbe1a719b25c269ef78a2ee08f2e5ed12a1cc6d Applied: KhronosGroup/SYCL-CTS#52...

bug
cuda
CTS
runtime

Currently last event is not updated for usm commands, so dependency chain is incorrect if usm commands are interleaved with host tasks. Also we need to wait if the last...

For in-order queues we can reuse events even before they are completed and released. Simplified scheme looks like this: submit command1 [] -> pi_event1 (ze_event1) submit command2 [dep pi_event1] ->...

This PR is addressing the following scenario: clang-cl -I[path to sycl headers] sycl_program.cpp # program compiled but without sycl libs clang-cl -fsycl sycl_program.obj # user expects sycl libs to be...

TODOs before making ready for review: * Fix issue with key/value sorting with array input for default sorter- for some reasons sorting is not stable, i.e. order of values is...

Test is e2e but was put to sycl/test/ directory. Move it to the e2e test directory.

UR PR: https://github.com/oneapi-src/unified-runtime/pull/1806

To support multi-device AOT scenario in SYCL we need an ability to create UR program from multiple device binaries. Changes in this PR: * Modify the core function `urProgramCreateWithBinary` to...

loader
conformance
specification
level-zero
cuda
hip
opencl
native-cpu