diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index 863345c050..378106d846 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -6,12 +6,12 @@ include $(OPENCL_DEPTH)/hsadefs #SUBDIRS += DwtHarr1D #SUBDIRS += BitionicSort SUBDIRS = BinarySearch -#SUBDIRS += BlackScholes -#SUBDIRS += FloydWarshall -#SUBDIRS += FastWalshTransform +SUBDIRS += BlackScholes +SUBDIRS += FloydWarshall +SUBDIRS += FastWalshTransform #SUBDIRS += MatrixTranspose #SUBDIRS += MatrixMultiplication -#SUBDIRS += MonteCarloAsian -#SUBDIRS += SimpleConvolution +SUBDIRS += MonteCarloAsian +SUBDIRS += SimpleConvolution include $(OPENCL_DEPTH)/hsarules