Maksim Sabianin

Results 28 comments of Maksim Sabianin

I need to check how "default_values" mode is handled in clang-linker-wrapper.

Also this change fixes the following E2E tests in the New Offloading Model. SYCL :: Basic/multisource_spv_obj.cpp​ SYCL :: Basic/spirv_device_obj_smoke.cpp​

The point of my change is that we pass the string with whitespaces like "--spirv-option1 --spirv-option2" as one command line argument. The issue before my change was that a printed...

Update: Removed `printArg` usage. I will have to get it back more accurate directly in llvm-project.

@intel/llvm-gatekeepers Can we merge it? Failure in e2e Windows Intel GEN12 is irrelevant.

The interface of a function`handleSpecializationConstants` is controversial. It allows to invoke the function in the following manner if you don't need to generate new modules with spec constants replaced by...

Hi @intel/dpcpp-tools-reviewers Could, please, someone take a look at this PR?

@maarquitos14 Yes, we have plenty of sycl-post-link's testing. Later this testing should be migrated for New Offloading Model's tools.