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

Change-Id: Ic8f05dcfe61195a500718122f5fbd178c9df6be8
This commit is contained in:
Jatin Chaudhary
2021-11-09 22:43:53 -08:00
committed by Maneesh Gupta
parent e90cb3b07b
commit 546d6c18bf
+2 -1
View File
@@ -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)