SWDEV-410898 - Add includes in files that use them

Change-Id: I14d9ea233d57c7267da3f9688305b949ced71a53


[ROCm/clr commit: 0668f20780]
このコミットが含まれているのは:
Jatin Chaudhary
2023-07-18 13:19:07 +01:00
committed by Jatin Jaikishan Chaudhary
コミット b624ca8896
4個のファイルの変更7行の追加0行の削除
+1
ファイルの表示
@@ -40,6 +40,7 @@ THE SOFTWARE.
#endif
#if !defined(__HIPCC_RTC__)
#include <hip/amd_detail/amd_hip_common.h>
#include "host_defines.h"
#include "math_fwd.h"
#include <hip/hip_runtime_api.h>
+4
ファイルの表示
@@ -85,6 +85,10 @@
#ifndef _HIP_INCLUDE_HIP_AMD_DETAIL_HIP_BF16_H_
#define _HIP_INCLUDE_HIP_AMD_DETAIL_HIP_BF16_H_
#if !defined(__HIPCC_RTC__)
#include <hip/amd_detail/amd_hip_common.h>
#endif // !defined(__HIPCC_RTC__)
#include "amd_hip_vector_types.h" // float2 etc
#include "device_library_decls.h" // ocml conversion functions
#include "math_fwd.h" // ocml device functions
+1
ファイルの表示
@@ -33,6 +33,7 @@ THE SOFTWARE.
#if __cplusplus
#if !defined(__HIPCC_RTC__)
#include <hip/amd_detail/amd_hip_runtime.h> // threadId, blockId
#include <hip/amd_detail/amd_device_functions.h>
#endif
#if !defined(__align__)
+1
ファイルの表示
@@ -30,6 +30,7 @@ THE SOFTWARE.
#if !defined(__HIPCC_RTC__)
#include "host_defines.h"
#include "amd_hip_vector_types.h" // For Native_vec_
#endif
#if defined(__cplusplus)