From 31f3759f72e0a7c8b3ce2f8d293b8f4fb4c19d7f 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] [ROCm/ROCR-Runtime commit: 852dd93f28943aa8cd65f5aec61e43b398b1682c] --- projects/rocr-runtime/samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index c7a9143e8f..55f11156e6 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -6,7 +6,7 @@ SUBDIRS = NBody SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch -#SUBDIRS += BlackScholes +SUBDIRS += BlackScholes #SUBDIRS += FloydWarshall #SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose