[PATCH] D142507: [AMDGPU] Split dot7 feature

Brian Sumner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 15:48:43 PST 2023


b-sumner added a comment.



> My current understanding is the c-p will go into already forked clang-16, but not to rocm 5.4. So rocm device-libs will be accompanied by the older clang-16 w/o this and stay compatible. Someone building from scratch will use latest clang-16 and staging device-libs with this change. Do you think this will work?

I wouldn't recommend it.  I would patch whatever device libs are being built in association with clang-16, not staging.  Staging device libs is only appropriate for the staging compiler.  A hash of device libs from around the time that clang-16 stable released would probably be safe.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142507/new/

https://reviews.llvm.org/D142507



More information about the cfe-commits mailing list