From 5eec4dddbc57440528218b8b93f793bc6937fd01 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Fri, 31 Jul 2015 15:35:40 +0100 Subject: [PATCH] Remove trailing whitespaces --- LICENSE | 2 +- common.cpp | 2 +- common.h | 2 +- cuda-stream.cu | 2 +- ocl-stream-kernels.cl | 2 +- ocl-stream.cpp | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 8b4feaa..70cebc1 100644 --- a/LICENSE +++ b/LICENSE @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. diff --git a/common.cpp b/common.cpp index cfaa1fb..48b1507 100644 --- a/common.cpp +++ b/common.cpp @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. diff --git a/common.h b/common.h index 03e597e..6b881a5 100644 --- a/common.h +++ b/common.h @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. diff --git a/cuda-stream.cu b/cuda-stream.cu index f7cb6a9..a68b920 100644 --- a/cuda-stream.cu +++ b/cuda-stream.cu @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. diff --git a/ocl-stream-kernels.cl b/ocl-stream-kernels.cl index 79377eb..e5af7ce 100644 --- a/ocl-stream-kernels.cl +++ b/ocl-stream-kernels.cl @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. diff --git a/ocl-stream.cpp b/ocl-stream.cpp index 9d44cc7..822db7b 100644 --- a/ocl-stream.cpp +++ b/ocl-stream.cpp @@ -23,7 +23,7 @@ * accordance with the GPU-STREAM Run Rules must be clearly * labelled whenever they are published. Examples of * proper labelling include: -* "tuned GPU-STREAM benchmark results" +* "tuned GPU-STREAM benchmark results" * "based on a variant of the GPU-STREAM benchmark code" * Other comparable, clear and reasonable labelling is * acceptable. @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) std::cout << "Total size: " << 3.0*ARRAY_SIZE*DATATYPE_SIZE/1024.0/1024.0 << " MB" << " (=" << 3.0*ARRAY_SIZE*DATATYPE_SIZE/1024.0/1024.0/1024.0 << " GB)" << std::endl; - + // Reset precision std::cout.precision(ss); @@ -157,7 +157,7 @@ int main(int argc, char *argv[]) status = "Creating queue"; cl::CommandQueue queue(context); - + status = "Creating program"; cl::Program program(context, kernels); @@ -306,7 +306,7 @@ int main(int argc, char *argv[]) queue.enqueueReadBuffer(d_c, CL_FALSE, 0, ARRAY_SIZE*DATATYPE_SIZE, h_c); queue.finish(); - + if (useFloat) { check_solution(h_a, h_b, h_c);