pytorch icon indicating copy to clipboard operation
pytorch copied to clipboard

Use type traits from __hip_internal namespace in HIPRTC kernels

Open satyanveshd opened this issue 7 months ago • 2 comments

Fixes SWDEV-541185.

As part of 7.0 HIP breaking changes, type traits definitions defined in std namespace in HIPRTC headers have been moved to __hip_internal namespace to avoid conflicts with C++ standard type traits.

So, this change modifies the type traits to use __hip_internal namespace in HIPRTC kernels.

satyanveshd avatar Jul 03 '25 09:07 satyanveshd

Jenkins build for a4633b418d4b65432d0eaf6bad0f7084a0d365ac commit finished as FAILURE Links: Blue Ocean view / Build artifacts

Jenkins build for a4633b418d4b65432d0eaf6bad0f7084a0d365ac commit is in progress Links: Blue Ocean view / Build artifacts