Add newline to fix documentation build

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D105825
This commit is contained in:
Krzysztof Drewniak 2021-07-12 16:36:27 +00:00
parent 5d1464cbfe
commit 8ba53152d7
1 changed files with 1 additions and 0 deletions

View File

@ -12200,6 +12200,7 @@ This kernel is equivalent to the following HIP program:
.. code::
:number-lines:
__global__ void hello_world(float *p) {
*p = 3.14159f;
}