26575ed9ba
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126024]
13 lines
263 B
Makefile
13 lines
263 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
|
|
|
SUBDIRS = NBody
|
|
SUBDIRS += DwtHarr1D
|
|
SUBDIRS += BitionicSort
|
|
SUBDIRS += BinarySearch
|
|
SUBDIRS += MatrixTranspose
|
|
SUBDIRS += MatrixMultiplication
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|