Skip to content

Commit

Permalink
Merge pull request #903 from psychocoderHPC/topic-removeBetaStatus
Browse files Browse the repository at this point in the history
remove beta status
  • Loading branch information
BenjaminW3 authored Jan 7, 2020
2 parents 43f26f1 + ea6b56b commit d7471b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ There is no need to write special CUDA, OpenMP or custom threading code.
Accelerator back-ends can be mixed within a device queue.
The decision which accelerator back-end executes which kernel can be made at runtime.

The **alpaka** API is currently unstable (beta state).

The abstraction used is very similar to the CUDA grid-blocks-threads division strategy.
Algorithms that should be parallelized have to be divided into a multi-dimensional grid consisting of small uniform work items.
These functions are called kernels and are executed in parallel threads.
Expand Down

0 comments on commit d7471b9

Please sign in to comment.