From d7216c8124ad4894710df2e76de76213399c74b6 Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 13 Mar 2015 13:08:47 -0500 Subject: [PATCH] ECR #333755 - Enable the building of DwtHaar1D sample [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1130607] [ROCm/ROCR-Runtime commit: b122d56d1e1526f16e64d005277607936037a995] --- 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 73adf300f3..07694338ca 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -3,7 +3,7 @@ OPENCL_DEPTH = ../.. include $(OPENCL_DEPTH)/hsadefs SUBDIRS = NBody -#SUBDIRS += DwtHarr1D +SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes