Removed deprecated hipHostAlloc

Change-Id: Ia592a3545c5d72f37e049ce29f910e404323c01c


[ROCm/hip commit: daef1d2906]
这个提交包含在:
Rahul Garg
2016-09-26 10:58:46 +05:30
父节点 d304ad4e1f
当前提交 ccf9b08949
修改 5 个文件,包含 7 行新增15 行删除
+2 -2
查看文件
@@ -184,7 +184,7 @@ build_hip_executable_libcpp(hipHcc hipHcc.cpp)
# __workweek fix.
#build_hip_executable_libcpp(hipPointerAttrib hipPointerAttrib.cpp)
build_hip_executable(hipHostAlloc hipHostAlloc.cpp)
build_hip_executable(hipHostMalloc hipHostMalloc.cpp)
build_hip_executable(hipHostGetFlags hipHostGetFlags.cpp)
build_hip_executable(hipHostRegister hipHostRegister.cpp)
build_hip_executable(hipRandomMemcpyAsync hipRandomMemcpyAsync.cpp)
@@ -208,7 +208,7 @@ make_test(hipLaunchParm " ")
#make_test(hipPointerAttrib " ")
make_test(hipHostAlloc " ")
make_test(hipHostMalloc " ")
# BS- comment out since test appears broken - asks for device pointer but pointer was never allocated.
#make_test(hipHostGetFlags " ")
make_test(hipHcc " ")