From 852dd93f28943aa8cd65f5aec61e43b398b1682c Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Sun, 1 Mar 2015 12:32:58 -0500 Subject: [PATCH] ECR #333755 - Update Blackscholes to use 1.0F Finalizer Apis [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126133] --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index c7a9143e8f..55f11156e6 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -6,7 +6,7 @@ SUBDIRS = NBody SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch -#SUBDIRS += BlackScholes +SUBDIRS += BlackScholes #SUBDIRS += FloydWarshall #SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose