jhuber6 wrote: > Bump! I would really like to see this through. It will make things much > easier to diagnose problems when a HIP programmer passes the wrong scope ID > to an AMDGPU builtin. > > This PR is no longer part of a stack. All the other dependencies turned out > to be unnecessary.
Could we just make a deprecation warning whenever someone uses these? You could make a clang-tidy rule to update as well. That would cover the cases you're worried about because they would be prompted to fix it. https://github.com/llvm/llvm-project/pull/185408 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
