Revert "Use COMgr to read Kernel Args Metadata (#1006)"

This reverts commit 882006555b.


[ROCm/hip commit: a3d118eaa8]
This commit is contained in:
Aaron Enye Shi
2019-04-25 21:15:55 +00:00
committed by Siu Chi Chan
parent c797e6e27b
commit 62e96cb4cf
4 changed files with 83 additions and 190 deletions
-2
View File
@@ -265,11 +265,9 @@ if ($HIP_PLATFORM eq "clang") {
$HIPCXXFLAGS .= " -isystem $HIP_PATH/include/hip/hcc_detail/cuda";
$HIPCXXFLAGS .= " -isystem $HSA_PATH/include";
$HIPCXXFLAGS .= " -isystem /opt/rocm/include";
$HIPCXXFLAGS .= " -Wno-deprecated-register";
$HIPLDFLAGS .= " -L$HSA_PATH/lib -L$ROCM_PATH/lib -lhsa-runtime64 -lhc_am ";
$HIPLDFLAGS .= " -L/opt/rocm/lib -Wl,--rpath=/opt/rocm/lib -lamd_comgr ";
# $HIPLDFLAGS .= " -L$HCC_HOME/compiler/lib -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMMC -lLLVMCore -lLLVMSupport ";
# Add trace marker library: