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]


[ROCm/ROCR-Runtime commit: 26575ed9ba]
This commit is contained in:
Ramesh Errabolu (xN/A) TX
2015-02-27 19:29:01 -05:00
parent 303c030f57
commit 6b478ae5cc
7 changed files with 1304 additions and 1 deletions
+6 -1
View File
@@ -2,6 +2,11 @@ OPENCL_DEPTH = ../..
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
SUBDIRS = MatrixTranspose MatrixMultiplication DwtHarr1D BitionicSort NBody
SUBDIRS = NBody
SUBDIRS += DwtHarr1D
SUBDIRS += BitionicSort
SUBDIRS += BinarySearch
SUBDIRS += MatrixTranspose
SUBDIRS += MatrixMultiplication
include $(OPENCL_DEPTH)/runtimenew/runtimerules