Files
rocm-systems/samples/Makefile
T
Ramesh Errabolu (xN/A) TX 26575ed9ba ECR #333755 - Move Hsa Sample BinarySearch from Hsa Sdk project to current Runtime/Samples
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126024]
2015-02-27 19:29:01 -05:00

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