89b5a60e58
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126027]
15 righe
313 B
Makefile
15 righe
313 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
|
|
|
SUBDIRS = NBody
|
|
SUBDIRS += DwtHarr1D
|
|
SUBDIRS += BitionicSort
|
|
SUBDIRS += BinarySearch
|
|
SUBDIRS += BlackScholes
|
|
SUBDIRS += FloydWarshall
|
|
SUBDIRS += MatrixTranspose
|
|
SUBDIRS += MatrixMultiplication
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|