forked from OSchip/llvm-project
Add newline to fix documentation build
Reviewed By: xgupta Differential Revision: https://reviews.llvm.org/D105825
This commit is contained in:
parent
5d1464cbfe
commit
8ba53152d7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue