From 75f94bb91b3ce044aa12a0ce0fcd22f6b828c80a Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Sun, 1 Mar 2015 13:44:07 -0500 Subject: [PATCH] ECR #333755 - Move FastWalshTransform Sample to use 1.0F Finalizer Apis [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126141] --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 55f11156e6..e438f3f185 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -8,7 +8,7 @@ SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes #SUBDIRS += FloydWarshall -#SUBDIRS += FastWalshTransform +SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication #SUBDIRS += MonteCarloAsian