SWDEV-249870 - Short-Term solution for Pre-Compiled Headers for Online Compilation
Change-Id: Ibcb365ce2ff27c4c2379609964078da42e1226b1
This commit is contained in:
committato da
Anusha Godavarthy Surya
parent
bf0d8f37e4
commit
9e2fa6e215
@@ -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
|
||||
/** @} */
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user