HSA API callbacks and hsa test

This commit is contained in:
Evgeny
2018-11-28 12:36:11 -06:00
parent 65d8c3be39
commit 8f4cece27e
15 changed files with 5326 additions and 107 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ LIB_PATH = $(ROOT_PATH)/build
LIB_NAME = roctracer64
ROC_LIBS = -L$(LIB_PATH) -l$(LIB_NAME)
EXECUTABLE = ./MatrixTranspose
EXECUTABLE = ./MatrixTranspose.exe
SOURCES = MatrixTranspose.cpp
OBJECTS = $(SOURCES:.cpp=.o)