change makefile for samples

[ROCm/hip commit: d0f0bf5c8e]
Este commit está contenido en:
streamhsa
2016-03-29 16:02:09 +08:00
padre 105e8e8708
commit 1d55744e91
Se han modificado 5 ficheros con 5 adiciones y 5 borrados
@@ -1,6 +1,6 @@
#Dependencies : [MYHIP]/bin must be in user's path.
HIP_PATH?=$(shell hipconfig --path)
HIP_PATH=../../..
HIP_PLATFORM=$(shell $(HIP_PATH)/bin/hipconfig --platform)
HIPCC=$(HIP_PATH)/bin/hipcc
+1 -1
Ver fichero
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig --path)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
all: square.hip.out
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipBusBandwidth
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipDispatchLatency
+1 -1
Ver fichero
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipInfo