From e62e2f138c2414913fff7e0cc43342fc88f1699d Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Sun, 1 Mar 2015 13:58:01 -0500 Subject: [PATCH] ECR #333755 - Move FloydWarshall Sample to use 1.0F Finalizer Apis [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126142] [ROCm/ROCR-Runtime commit: ac0f32d1f928a3c8be054a7a4d77d40370ac5d91] --- 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 e438f3f185..80b762c21b 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -7,7 +7,7 @@ SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes -#SUBDIRS += FloydWarshall +SUBDIRS += FloydWarshall SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication