SWDEV-308889 - Add HIP_INCLUDE_HIP_HIP_RUNTIME_H define to stop including hip_runtime header in hiprtc code

Change-Id: Ic8f05dcfe61195a500718122f5fbd178c9df6be8


[ROCm/clr commit: 546d6c18bf]
Este commit está contenido en:
Jatin Chaudhary
2021-11-09 22:43:53 -08:00
cometido por Maneesh Gupta
padre 7cac13e36e
commit 59c41c7290
+2 -1
Ver fichero
@@ -41,7 +41,8 @@ function(get_hiprtc_macros HIPRTC_DEFINES)
amdgpu_waves_per_eu(minBlocksPerMultiprocessor)))\n\
#define select_impl_(_1, _2, impl_, ...) impl_\n\
#define __launch_bounds__(...) \\\n\
select_impl_(__VA_ARGS__, launch_bounds_impl1, launch_bounds_impl0)(__VA_ARGS__)"
select_impl_(__VA_ARGS__, launch_bounds_impl1, launch_bounds_impl0)(__VA_ARGS__) \n\
#define HIP_INCLUDE_HIP_HIP_RUNTIME_H"
PARENT_SCOPE)
endfunction(get_hiprtc_macros)