From 42c4f2ad9fa80b36129c66315ccbec2f3e8a0b6d Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Sun, 1 Mar 2015 14:46:16 -0500 Subject: [PATCH] ECR #333755 - Move MonteCarloAsian Sample to use 1.0F Finalizer Apis [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126145] --- samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index 80b762c21b..5340ae3dd7 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -11,7 +11,7 @@ SUBDIRS += FloydWarshall SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication -#SUBDIRS += MonteCarloAsian -#SUBDIRS += SimpleConvolution +SUBDIRS += MonteCarloAsian +SUBDIRS += SimpleConvolution include $(OPENCL_DEPTH)/runtimenew/runtimerules