Add more apps to 2_Cookbook

Change-Id: Iafe462df9726a32f450bd240a2de3eaa73a10057


[ROCm/hip-tests commit: 04af19866f]
This commit is contained in:
Sandeep Kumar
2016-10-14 18:00:26 +05:30
committed by Maneesh Gupta
parent 444284037a
commit f1fb0d5c2d
21 changed files with 686 additions and 94 deletions
@@ -10,7 +10,7 @@ TARGET=hcc
SOURCES = MatrixTranspose.cpp
OBJECTS = $(SOURCES:.cpp=.o)
EXECUTABLE=./exe
EXECUTABLE=./MatrixTranspose
.PHONY: test