From 4ab78a0f1c80fa4523949a596e3f57cfa088a86d Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 13 Mar 2015 11:57:46 -0500 Subject: [PATCH] ECR #333755 - Enable the build of all samples BlackScholes, - - - , SimpleConvolution [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1130585] [ROCm/ROCR-Runtime commit: b90e8884a1e96a58c597bcae8c37bd7debbfb76d] --- projects/rocr-runtime/samples/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index 863345c050..378106d846 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -6,12 +6,12 @@ include $(OPENCL_DEPTH)/hsadefs #SUBDIRS += DwtHarr1D #SUBDIRS += BitionicSort SUBDIRS = BinarySearch -#SUBDIRS += BlackScholes -#SUBDIRS += FloydWarshall -#SUBDIRS += FastWalshTransform +SUBDIRS += BlackScholes +SUBDIRS += FloydWarshall +SUBDIRS += FastWalshTransform #SUBDIRS += MatrixTranspose #SUBDIRS += MatrixMultiplication -#SUBDIRS += MonteCarloAsian -#SUBDIRS += SimpleConvolution +SUBDIRS += MonteCarloAsian +SUBDIRS += SimpleConvolution include $(OPENCL_DEPTH)/hsarules