Ronan Keryell

Results 214 comments of Ronan Keryell

I removed `lld` and almost everything and it compiled with: ``` python3 ./buildbot/configure.py -o build-release --xrt --shared-libs --cmake-opt="-DCMAKE_EXPORT_COMPILE_COMMANDS=1" -t Release --cmake-gen Ninja --cmake-opt="-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang" --cmake-opt="-DCMAKE_CXX_COMPILER=/usr/lib/llvm-18/bin/clang++" --cmake-opt="-DLLVM_TARGETS_TO_BUILD=X86;AArch64;ARM" ``` Otherwise there was a...

No, but we are thinking to it. I think just the `sycl::malloc_device` could be done, perhaps `sycl::malloc_host` too. Do not even think about `sycl::malloc_shared`. What model do you need? @gauthier...

I guess that at this level LLVM 17 is not even touched, so this will be a second order debugging. :-) I have not noticed anything weird with `ldd`: ```...

Updating to ROCm 5.4.3 did not solve the problem. I spent quite some time diving into compilation logs and `cmake --debug-find` output. The problem was down to this: ``` --...