change makefile for samples

이 커밋은 다음에 포함됨:
streamhsa
2016-03-29 16:02:09 +08:00
부모 cc0bfcb2b2
커밋 d0f0bf5c8e
5개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
+1 -1
파일 보기
@@ -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
파일 보기
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig --path)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
all: square.hip.out
+1 -1
파일 보기
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipBusBandwidth
+1 -1
파일 보기
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipDispatchLatency
+1 -1
파일 보기
@@ -1,4 +1,4 @@
HIP_PATH?=$(shell hipconfig -p)
HIP_PATH=../../..
HIPCC=$(HIP_PATH)/bin/hipcc
EXE=hipInfo