From 43026e9ee9286d6828fab2f8fd64550e04d4abba Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 27 Feb 2015 19:52:31 -0500 Subject: [PATCH] ECR #333755 - Move Hsa Sample FastWalshTransform from Hsa Sdk project to current Runtime/Samples [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126028] [ROCm/ROCR-Runtime commit: 13ed7ab37370a2ccce45609598e031517a852850] --- projects/rocr-runtime/samples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index bdfde6ec37..de9c1b3759 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -8,6 +8,7 @@ SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes SUBDIRS += FloydWarshall +SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication