diff --git a/examples/conv1d/Makefile b/examples/conv1d/Makefile index f61b45d..8ce94a6 100644 --- a/examples/conv1d/Makefile +++ b/examples/conv1d/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/conv2d/Makefile b/examples/conv2d/Makefile index 6feb6d8..02be552 100644 --- a/examples/conv2d/Makefile +++ b/examples/conv2d/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/group_matrix_matrix_multiply/Makefile b/examples/group_matrix_matrix_multiply/Makefile index 7ccc06a..e7a701d 100644 --- a/examples/group_matrix_matrix_multiply/Makefile +++ b/examples/group_matrix_matrix_multiply/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/hello_world/Makefile b/examples/hello_world/Makefile index 03b78be..81e24d1 100644 --- a/examples/hello_world/Makefile +++ b/examples/hello_world/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/reduction/Makefile b/examples/reduction/Makefile index 28195e9..a0994b1 100644 --- a/examples/reduction/Makefile +++ b/examples/reduction/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/tile_circular_buffer/Makefile b/examples/tile_circular_buffer/Makefile index ba94125..1db9e1e 100644 --- a/examples/tile_circular_buffer/Makefile +++ b/examples/tile_circular_buffer/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/tile_conv1d/Makefile b/examples/tile_conv1d/Makefile index 726bf3a..086cb27 100644 --- a/examples/tile_conv1d/Makefile +++ b/examples/tile_conv1d/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/tile_matrix_matrix_multiply/Makefile b/examples/tile_matrix_matrix_multiply/Makefile index e2ff32f..7bbe1e9 100644 --- a/examples/tile_matrix_matrix_multiply/Makefile +++ b/examples/tile_matrix_matrix_multiply/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/tile_memcopy/Makefile b/examples/tile_memcopy/Makefile index 7ba16ec..f034b7e 100644 --- a/examples/tile_memcopy/Makefile +++ b/examples/tile_memcopy/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/tile_vector_add/Makefile b/examples/tile_vector_add/Makefile index 02377e3..39e70c9 100644 --- a/examples/tile_vector_add/Makefile +++ b/examples/tile_vector_add/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats diff --git a/examples/vector_add/Makefile b/examples/vector_add/Makefile index 889c159..97caa48 100644 --- a/examples/vector_add/Makefile +++ b/examples/vector_add/Makefile @@ -123,7 +123,7 @@ clean: cosim.clean analysis.clean cudalite.clean custom.clean _HELP_STRING := "Makefile Rules\n" _HELP_STRING += " default: \n" -_HELP_STRING += " - Run the default kernel ($KERNEL_DEFAULT) and generate all of the\n" +_HELP_STRING += " - Run the default kernel ($(KERNEL_DEFAULT)) and generate all of the\n" _HELP_STRING += " analysis products\n" default: pc_stats graphs stats