From 89b5a60e58b7de3f468c5496af23d8b65a80c96d Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 27 Feb 2015 19:46:47 -0500 Subject: [PATCH] ECR #333755 - Move Hsa Sample FloydWarshall from Hsa Sdk project to current Runtime/Samples [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126027] --- samples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Makefile b/samples/Makefile index e6531d9c4f..bdfde6ec37 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -7,6 +7,7 @@ SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes +SUBDIRS += FloydWarshall SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication