From 045775fbdf9405a4b003b1199ee16221c62fff4b Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 27 Feb 2015 19:38:44 -0500 Subject: [PATCH] ECR #333755 - Move Hsa Sample BlackScholes from Hsa Sdk project to current Runtime/Samples [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126026] [ROCm/ROCR-Runtime commit: 47d96984b7a452b2c76873b84b90f864c2d57f84] --- projects/rocr-runtime/samples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index 7b1ccb4d85..e6531d9c4f 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -6,6 +6,7 @@ SUBDIRS = NBody SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch +SUBDIRS += BlackScholes SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication