SWDEV-284682 - Revert Workaround RTC macro in vector types

Re-enable __HIPCC_RTC__ in hip_vector_types.h which require
an upstream clang patch, 6823af0ca858b54e09e5be61a19d067ccd0bd6b7.
Once upstream patch has landed in mainline, merge this for
hiprtc functionality.

Change-Id: Ife884e0c3081b307bdadc8bec7804d1d7c60153b


[ROCm/clr commit: e5a1f25424]
这个提交包含在:
Aaron En Ye Shi
2021-06-24 19:58:46 +00:00
提交者 Aaron En Ye Shi
父节点 5ea09794fc
当前提交 5555c7eed9
@@ -44,12 +44,11 @@ THE SOFTWARE.
#endif
#if defined(__cplusplus)
// FIXME: Temporarily enable C++ headers while mainline headers is outdated.
//#if !defined(__HIPCC_RTC__)
#if !defined(__HIPCC_RTC__)
#include <array>
#include <iosfwd>
#include <type_traits>
//#endif // !defined(__HIPCC_RTC__)
#endif // !defined(__HIPCC_RTC__)
namespace hip_impl {
template<typename, typename, unsigned int> struct Scalar_accessor;