From ff97bde8c6e6dd11b2fdf4cde7190567f96e0b4b Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Fri, 25 Sep 2015 10:57:38 +1000 Subject: [PATCH] Fix em-dashes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b449dc1..0a3ffc1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Hemi: Simpler, More Portable CUDA C++ [](https://raw.github.com/harrism/hemi/master/hemi-logo.png) Hemi simplifies writing portable CUDA C/C++ code. With Hemi, - - you can write parallel kernels like you write for loops—--in line in your CPU code—--and run them on your GPU; + - you can write parallel kernels like you write for loops—in line in your CPU code—and run them on your GPU; - you can easily write code that compiles and runs either on the CPU or GPU; - you can easily launch C++ Lambda functions as GPU kernels; - kernel launch configuration details like thread block size and grid size are optimization details, rather than requirements.