Compile HIP runtime with hidden visibility by default (#1303)

* add default visibility to most APIs in program_state

* remove unwanted C++ headers

* Add symbol visibility pragmas and compiler flags

* Add visibility attribute to APIs in channel_descriptor and hip_hcc

* remove unused headers

* simplify build flags with hcc

* add pragma visibility hidden to functional_grid_launch

* [CMake] add gfx908 back


[ROCm/hip commit: 83af327ef2]
Este commit está contenido en:
Siu Chi Chan
2019-08-08 04:33:04 -04:00
cometido por Maneesh Gupta
padre 227060fada
commit 83269bea32
Se han modificado 9 ficheros con 45 adiciones y 25 borrados
+1 -1
Ver fichero
@@ -41,7 +41,7 @@ using namespace std;
namespace hip_impl
{
hsa_agent_t target_agent(hipStream_t stream)
HIP_INTERNAL_EXPORTED_API hsa_agent_t target_agent(hipStream_t stream)
{
if (stream) {
return *static_cast<hsa_agent_t*>(
+1
Ver fichero
@@ -46,6 +46,7 @@ THE SOFTWARE.
#include "hsa/hsa_ext_image.h"
#include "hip/hip_runtime.h"
#include "hip_hcc_internal.h"
#include "hip/hip_hcc.h"
#include "trace_helper.h"
#include "env.h"