David Rohr
David Rohr
@singiamtel : could you check why the `build/O2/alidist ` CI is failing with ``` Git command for package 'bookkeeping-api' failed. Command: git clone -n https://github.com/AliceO2Group/Bookkeeping /build/nomad/alloc/9cc434e0-6c67-f267-c6e7-4bce6209e5a3/ci/local/o2-alidist/sw/SOURCES/bookkeeping-api/v0.93.0/@aliceo2/[email protected] --dissociate --reference /build/nomad/alloc/9cc434e0-6c67-f267-c6e7-4bce6209e5a3/ci/local/o2-alidist/sw/MIRROR/bookkeeping-api --filter=tree:0...
Hm, weird. This was the bookkeeping checkout, which should not be such a large repo. And this CI failed several times before I commented here. Perhaps we should increase the...
I checked what happens here on slc7, and it seems when clang is used to compile some arrow files to LLVM bc, it picks up system GCC headers instead of...
Compiling a random test cpp file with our clang, it uses wrong GCC headers: ``` [root@926bd8ee78a7 precompiled]# /home/qon/docker/sw/slc7_x86-64/Clang/v15.0.7-local1/bin-safe/clang -v -c foo.cpp -o foo.o clang version 15.0.7 (https://github.com/alisw/llvm-project-reduced e1644b141c9221d6fb546cefff2f7c801face5e8) Target: x86_64-unknown-linux-gnu...
Fix is here https://github.com/alisw/alidist/pull/5569
Hi, thanks for this repository and great news to move stuff to gentoo. I would gladly help testing / fixing stuff, as I anyway need it myself. Yesterday I spend...
For reference, in the binary RPMs, AMD added a new package called amdgpu-llvm, which is basically what we have as llvm-roc. Still, their HIP is built against hcc, and there...
Closing this, can be reopened once TPC has checked whether this helps or not
@noferini : If you don't want it to be merged and you remove WIP, then please put something like ` - DO NOT MERGE` in the title of the PR...
I tried this recipe, but when I try to compile a hip file, I get: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/a-a5df7e.o: in function `__hip_module_ctor': a.hip.cpp:(.text+0x706): undefined reference to `__hipRegisterFatBinary' /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: a.hip.cpp:(.text+0x739): undefined reference...