Fix build issues seen with hip-clang path (#1331)
This commit is contained in:
committed by
Maneesh Gupta
parent
7aa7a4ce22
commit
47b832bba7
+7
-1
@@ -29,6 +29,10 @@ THE SOFTWARE.
|
||||
#include "hip_fatbin.h"
|
||||
#include "trace_helper.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC visibility push (default)
|
||||
#endif
|
||||
|
||||
extern "C" std::vector<hipModule_t>*
|
||||
__hipRegisterFatBinary(const void* data)
|
||||
{
|
||||
@@ -249,4 +253,6 @@ hipError_t hipLaunchByPtr(const void *hostFunction)
|
||||
|
||||
return ihipLogStatus(e);
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC visibility pop
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user