SWDEV-249870 - Short-Term solution for Pre-Compiled Headers for Online Compilation

Change-Id: Ibcb365ce2ff27c4c2379609964078da42e1226b1
This commit is contained in:
agodavar
2020-09-03 04:59:10 -04:00
committato da Anusha Godavarthy Surya
parent bf0d8f37e4
commit 9e2fa6e215
7 ha cambiato i file con 127 aggiunte e 5 eliminazioni
@@ -345,6 +345,12 @@ typedef struct hipLaunchParams_t {
hipStream_t stream; ///< Stream identifier
} hipLaunchParams;
// Pre-Compiled header for online compilation
#ifdef ENABLE_HIP_PCH
extern const char* __hip_pch;
extern unsigned __hip_pch_size;
void __hipGetPCH(const char** pch, unsigned int*size);
#endif
// Doxygen end group GlobalDefs
/** @} */