Nikita Kornev

Results 23 issues of Nikita Kornev

llvm-test-suite patch: https://github.com/intel/llvm-test-suite/pull/1265

To avoid mistakes with passing a copy of 'reducer' argument reducer's copy constructors were marked as delete. Issue: https://github.com/intel/llvm/issues/6065

Spec: https://github.com/intel/llvm/pull/12643

### Describe the bug See: https://github.com/intel/llvm/actions/runs/8842488516/job/24281474191 - test_accessor - caused by a36e9f8969a5ad4346f84c925aa89e1a00128b7f. Probably the test uses the deprecated api. - test_hierarchical fails with the new oclcpurt (2024.17.3.0.09_160000). It was turned...

bug
CTS
confirmed

### Describe the bug See: https://github.com/intel/llvm/actions/runs/8731774464/job/23958043049 output: ``` Randomness seeded to: 1676818429 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The SYCL 2020 Conformance Test Suite is a Catch2 v3.2.1 host application. Run with -? for options...

bug
CTS
confirmed

### Describe the bug See: https://github.com/intel/llvm/actions/runs/8628394148/job/23650791247?pr=13335#logs ``` FAIL: SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp (305 of 1974) ******************** TEST 'SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp' FAILED ******************** Exit Code: -6 Command Output (stdout): -- # RUN:...

bug
confirmed

Waiting for https://github.com/intel/llvm/pull/14232

Spec: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_atomic16.asciidoc This patch adds support for atomic_ref half specialization and introduces a new atomic16 aspect. There is no yet native support for 16bit float compare_exchange function, extension is needed....