Alexey Bader

Results 13 issues of Alexey Bader

> > @jchlanda, do you think that this failure on NVIDIA GPU https://github.com/intel/llvm/runs/7391421134?check_suite_focus=true is related to this change? This change is not expected to change the default behavior. > >...

cuda
runtime

**Describe the bug** Default-constructed event doesn't follow SYCL 2020 specification. Here is default constructor description from the table 33 (with my **highlighting** of relevant part): "Constructs an event that is...

bug

**Describe the bug** I'm building SYCL-CTS using DPC++ with NVPTX target support and building of the `test_vector_swizzles` fails with following error: ``` ptxas fatal : Unresolved extern function '_Z18__spirv_AtomicIAddPyN5__spv5Scope4FlagENS0_19MemorySemanticsMask4FlagEy' ```...

bug
cuda
CTS

This adds a clang option `-element-type-attrs`, which enables emission of elementtype attribute for non-builtin functions. The attribute is attached to function definition in addition to call instructions. Right now clang...

For test purpose only! Do not merge.

ignore-lint

Log: https://github.com/intel/llvm/actions/runs/4110110415/jobs/7092619349 ``` Traceback (most recent call last): File "/home/runner/work/llvm/llvm/devops/scripts/update_drivers.py", line [6](https://github.com/intel/llvm/actions/runs/4110110415/jobs/7092619349#step:3:7)1, in sys.stdout.write(main(platform_tag) + '\n') File "/home/runner/work/llvm/llvm/devops/scripts/update_drivers.py", line 51, in main config = uplift_linux_igfx_driver(config, platform_tag) File "/home/runner/work/llvm/llvm/devops/scripts/update_drivers.py", line 14,...

bug
infrastructure

I see [34 PRs](https://github.com/intel/llvm/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved+draft%3Afalse+-label%3Asycl-mlir) (MLIR project PRs are excluded) which are approved by code owners. 8 of them [pass CI check](https://github.com/intel/llvm/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved+draft%3Afalse+-label%3Asycl-mlir+status%3Asuccess). Some them were approved weeks ago but have no...

enhancement

I use a single workspace for my work and update `sycl` branch regularly. Occasionally incremental build fails with something like: ``` -- Will fetch Unified Runtime from https://github.com/oneapi-src/unified-runtime.git [0/7] Performing...

bug
confirmed