Alexey Sachkov
Alexey Sachkov
> How to flush the content in realtime? @CaoZhongZ, I'm afraid that we currently don't have such functionality. `sycl::stream` is designed by the spec to be backend-independent, i.e. it is...
Duplicate of #802?
Hi @hvdijk, thanks for the report. I would close this as not a bug, because the C++ program you have is essentially ill-formed due to use of reserved identifiers: [cppreference:...
@igchor, this PR broke our post-commit, could you please take a look? https://github.com/intel/llvm/actions/runs/10106492701 ``` FAILED: _deps/unified-memory-framework-build/src/CMakeFiles/umf.dir/provider/provider_os_memory.c.o ccache /opt/sycl/bin/clang -DUMF_SHARED_LIBRARY -DUMF_VERSION=0.9.0-rc1.git18.g1c34aae -DUR_ENABLE_SANITIZER -DUR_VALIDATION_LAYER_SUPPORTED_VERSION=\"0\" -DUR_VERSION=\"0\" -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Dumf_EXPORTS -I/__w/llvm/llvm/build/_deps/unified-memory-framework-build/src...
CI on macOS is also broken: ``` -- Checking for module 'hwloc>=2.3.0' -- No package 'hwloc' found -- Checking for module 'libhwloc' using find_library() CMake Error at /Users/runner/work/llvm/llvm/build/_deps/unified-memory-framework-src/cmake/FindLIBHWLOC.cmake:71 (message): libhwloc...
I don't think that this has anything to do with tablegen, but most likely it was an issue with our cmake files, i.e. actual missed dependency. If my assumption is...
Conceptually that is a cool idea, I think. It allows us to avoid potentially expensive FE changes to generate aspect names when aspects are attached through the corresponding attribute. It...
> @AlexeySachkov I did consider making it a part of the propagate aspect pass, but I did forget about the two pass approach. I was originally thinking that doing it...
@intel/dpcpp-esimd-reviewers, could you please take a look? I think it is only `CMakeLists.txt` change @intel/llvm-reviewers-runtime, could you please take a look? I think it is only some test changes
It seems like link points to a file, whilst it should point to a [branch](https://github.com/intel/llvm/tree/openmp) instead. However, considering that there is only one commit (which is two years old already),...