Skip to content

Commit aff7f6b

Browse files
committed
Some minor updates in README
1 parent bf89683 commit aff7f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more details, see our papers:
2121
* [Type-safe Runtime Code Generation: Accelerate to LLVM][MCGN15] ([slides][MCGN15-slides]) ([video][MCGN15-video])
2222
* [Streaming Irregular Arrays][CMCK17] ([video][CMCK17-video])
2323

24-
There are also slides from some fairly recent presentations:
24+
There are also slides from some presentations on Accelerate:
2525

2626
* [Embedded Languages for High-Performance Computing in Haskell][Embedded]
2727
* [GPGPU Programming in Haskell with Accelerate][YLJ13-slides] ([video][YLJ13-video]) ([workshop][YLJ13-workshop])
@@ -71,7 +71,7 @@ Additional components
7171
The following supported add-ons are available as separate packages:
7272

7373
* [accelerate-llvm-native][accelerate-llvm-native]: Backend targeting multicore CPUs
74-
* [accelerate-llvm-ptx][accelerate-llvm-ptx]: Backend targeting CUDA-enabled NVIDIA GPUs. Requires a GPU with compute capability 2.0 or greater (see the [table on Wikipedia][wiki-cc])
74+
* [accelerate-llvm-ptx][accelerate-llvm-ptx]: Backend targeting CUDA-enabled NVIDIA GPUs. Requires a GPU with compute capability 3.0 or greater (see the [table on Wikipedia][wiki-cc])
7575
* [accelerate-examples][accelerate-examples]: Computational kernels and applications showcasing the use of Accelerate as well as a regression test suite (supporting function and performance testing)
7676
* Conversion between various formats:
7777
* [accelerate-io](https://hackage.haskell.org/package/accelerate-io): For copying data directly between raw pointers

0 commit comments

Comments
 (0)