Skip to content

Commit

Permalink
Fix em-dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrism committed Sep 25, 2015
1 parent 570ac27 commit ff97bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Hemi: Simpler, More Portable CUDA C++
[<img align="right" src="https://raw.github.com/harrism/hemi/master/hemi-logo-transparent.png" width="272" height="152"/>](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.
Expand Down

0 comments on commit ff97bde

Please sign in to comment.