llvm
llvm copied to clipboard
[SYCL][Graph] fix the address pointer in graph print
the address pointer should be the USM pointer
hi, I don't think the ci failure (copy below) is caused by this PR.
Run cmake -GNinja -B./build-e2e -S./llvm/sycl/test-e2e -DSYCL_TEST_E2E_TARGETS="ext_oneapi_hip:gpu" -DCMAKE_CXX_COMPILER="$(which clang++)" -DLLVM_LIT="$PWD/llvm/llvm/utils/lit/lit.py" -DHIP_PLATFORM="AMD" -DAMD_ARCH="gfx1031" Configuring SYCL End-to-End Tests -- The CXX compiler identification is Clang 19.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Check for working CXX compiler: /__w/llvm/llvm/toolchain/bin//clang++ -- Check for working CXX compiler: /__w/llvm/llvm/toolchain/bin//clang++ - broken CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message): The C++ compiler
"/__w/llvm/llvm/toolchain/bin//clang++"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /__w/llvm/llvm/build-e2e/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_03[10](https://github.com/intel/llvm/actions/runs/8910147026/job/24470383583?pr=13595#step:20:11)6 && [1/2] Building CXX object CMakeFiles/cmTC_03106.dir/testCXXCompiler.cxx.o
[2/2] Linking CXX executable cmTC_03106
FAILED: cmTC_03106
: && /__w/llvm/llvm/toolchain/bin//clang++ CMakeFiles/cmTC_03106.dir/testCXXCompiler.cxx.o -o cmTC_03106 && :
/usr/bin/ld: cannot find -lstdc++: No such file or directory
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:6 (project)
-- Configuring incomplete, errors occurred! See also "/__w/llvm/llvm/build-e2e/CMakeFiles/CMakeOutput.log". See also "/__w/llvm/llvm/build-e2e/CMakeFiles/CMakeError.log". Error: Process completed with exit code 1.
ping for merge
@intel/llvm-gatekeepers This is ready to merge
Sorry this was missed. The testing results are fairly old. @guoyejun - Could you please push a merge commit to retrigger testing and ping me or the gatekeepers when it passes?
@guoyejun - Beware that the CUDA CI is currently broken and is expected to be fixed with https://github.com/intel/llvm/pull/14074. A new merge commit may be needed once it is merged.
@steffenlarsen all tests are passed, thanks.