Alexey Bader
Alexey Bader
Something is wrong with your environment. Remove `/opt/compiler/llvm/clang/test/Driver/Inputs/debian_per_target_tree` path from your environment variables or better start with clean environment if possible.
Are we talking about DPC++ compiler? AFAIK, DPC++ compiler doesn't use this library. I think it uses `libgcc_s` instead. I'm not that familiar with HIP back-end, but I don't expect...
We don't test this configuration, so I'm not sure if we can provide much help. 1. I've found `-print-libgcc-file-name` option in clang's documentation, which might be useful. It "prints the...
> Interesting! A minor remark: do not use uppercase like `AXI` and `AVALON`in the API but just the lowercase. Otherwise, what to do if the programmer writes: > > ```c++...
I think some translator patches a lost. For instance, I don't see this patch - https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/c5b29f292bf06bd59982f629068dee2320196114.
> @kbobrovs We have some functions that get marked with 'always_inline' attribute inside lower ESIMD pass even though they have been marked as entry points. This sounds like an issue,...
> @asudarsa, as we talked, this fix seems conceptually sound, but it might have performance implications. Your suggestion to try to inline SYCL_EXTERNAL functions w/o deleting the inlined function seems...
> I've moved these into `devops/scripts`, but they still have references to `buildbot/configure.py` and `buildbot/compile.py` that should be updated when those scripts are also moved (probably with a fallback so...
@TejaX-Alaghari, do you plan to merge this PR? If so, please, take a look at regression test failure in pre-commit.
I don't think we need this change, so I'm closing it. @jcranmer-intel, let me know if you think it might be useful.