dpalermo

Results 14 comments of dpalermo

Answers to some of the other questions in the original post: - on Hexagon, you should typically try to vectorize the innermost loop and parallelize the outermost - simulator should...

This issue will persist until the next merge from main happens and we catch up to trunk. If you are building ATD using build_trunk.sh, you will need to make the...

We are currently planning on doing a merge soon so this issue will go away either later this week or early next. amd-trunk-dev is not always in sync with main....

I'll let you know when we are back in sync. For local development, our nightly amd-trunk-dev build just applies the above as a hot patch (diff file created just for...

I am seeing a different complaint instead of a missing libpython: ``` [r6 ~]$ /COD/LATEST/aomp/bin/rocgdb amd-dbgapi library version mismatch, got 0.70.1, need 0.71+ ``` Seems to have started on: ```...

We are actually staging python libs into COD to allow tools that are linked to specific versions of python shared objects to work. If you see a missing python lib...

Looking back at the original thread on the 'CI OpenMP compiler daily triage group' teams chat motivated the staging fix, you will need to do the following on a 22.04...

The 'amd-dbgapi library version mismatch, got 0.70.1, need 0.71+' error is even a problem on the same system where rocgdb was built. Without specifying LD_LIBRARY_PATH, it is picking up the...

Turning BUILD_SHARED_LIBS=OFF will unfortunately increase the size of the installation significantly: -DBUILD_SHARED_LIBS=OFF [r5 /work1/omp-nightly/build/rocm/trunk_19.0-0]$ du -sh . 6.4G . -DBUILD_SHARED_LIBS=ON [r5 ~]$ du -sh /COD/LATEST/trunk/ 854M /COD/LATEST/trunk/

Seems to be a recent change in the libomptarget build causing the LLVM so's to get listed as dependencies: [r5 ~]$ ldd /COD/LATEST/trunk/lib/x86_64-unknown-linux-gnu/libomptarget.so linux-vdso.so.1 (0x00007ffdd52ca000) libomp.so => /COD/LATEST/trunk/lib/x86_64-unknown-linux-gnu/libomp.so (0x00007f60d1d84000) **libLLVMObject.so.19.0git...