Fix build issues seen with hip-clang path (#1331)
[ROCm/clr commit: a0cc627c42]
Este cometimento está contido em:
cometido por
Maneesh Gupta
ascendente
5cb8a914c2
cometimento
147e516d1f
@@ -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
|
||||
|
||||
Criar uma nova questão referindo esta
Bloquear um utilizador