Jeremy Newton
Jeremy Newton
Hi, this should be resolved in 6.0, but there's a new symbol in 6.0 you'll need to cherry-pick a4d46eb769313ddfdc238fdd358519f1c56bfa1f Once the combined repo happens, we should be able to easily...
This is not a gnome bug, but rather a design decision made by gnome. Gnome only uses png by design. I would suggest that a 128x128 is added for the...
I would start squashing related commits if I were you. Its a bit hard to review in this state due to the numerous commits. For example, all the commits that...
I don't see why not, improving opensource code is always a good thing! Also sorry, I meant to say "squashing". I was typing on my phone this morning and auto-correct...
@kwhitefoot Well you don't have to redo them per-say, squashing just merges commits together, so rather than lots of little commits, you can merge the ones that are related together.
See my comments on the other issue. I don't think you can do this, since comgr is used as a compiler interface. I think the way it calls back to...
Hi, you might need this clang patch: https://src.fedoraproject.org/rpms/clang/pull-request/156 As I said in the other thread, I would copy the Debian packaging w.r.t. hip, as I've been focusing on functional openCL...
Is this related to https://github.com/ROCm-Developer-Tools/hipamd/issues/24? I didn't really look into if 5.0 produced valid debug, but I noticed in 5.1, the debug isn't even populated according to rpmbuild.
Hi @awehrfritz there's been some progress. A lot of the RPATH logic should be cleaned up for approximately the ROCm 5.5 release. It might make it into the next planned...
If it helps, to get HIP building on Fedora I needed to do: export HIP_CLANG_PATH=/usr/bin mkdir build cd build cmake -S.. -B. \ -DHIP_COMMON_DIR=/path/to/hip \ -DAMD_OPENCL_PATH=/path/to/ocl \ -DROCCLR_PATH=/path/to/rocclr \ -DHIP_COMPILER=clang...