change makefile for samples

[ROCm/clr commit: a629d4975f]
Tento commit je obsažen v:
streamhsa
2016-03-29 16:02:09 +08:00
rodič 6898cd6f02
revize 73e7a4a166
5 změnil soubory, kde provedl 5 přidání a 5 odebrání
+1 -1
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig --path)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
all: square.hip.out
+1 -1
Zobrazit soubor
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipBusBandwidth
+1 -1
Zobrazit soubor
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipDispatchLatency
+1 -1
Zobrazit soubor
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipInfo