Skip to content

Commit d7471b9

Browse files
authored
Merge pull request #903 from psychocoderHPC/topic-removeBetaStatus
remove beta status
2 parents 43f26f1 + ea6b56b commit d7471b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ There is no need to write special CUDA, OpenMP or custom threading code.
1919
Accelerator back-ends can be mixed within a device queue.
2020
The decision which accelerator back-end executes which kernel can be made at runtime.
2121

22-
The **alpaka** API is currently unstable (beta state).
23-
2422
The abstraction used is very similar to the CUDA grid-blocks-threads division strategy.
2523
Algorithms that should be parallelized have to be divided into a multi-dimensional grid consisting of small uniform work items.
2624
These functions are called kernels and are executed in parallel threads.

0 commit comments

Comments
 (0)