async token mechanism

This commit is contained in:
Evgeny
2019-01-10 03:01:15 -06:00
parent 24c9b28a45
commit 91af7764ad
8 changed files with 162 additions and 22 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.exe
EXECUTABLE = ./MatrixTranspose
SOURCES = MatrixTranspose.cpp
OBJECTS = $(SOURCES:.cpp=.o)