Skip to content

Commit

Permalink
fix formatting for bulleted list (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed Sep 4, 2024
1 parent ab084f9 commit bd23ede
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5438,7 +5438,8 @@ acquired.
This is to guarantee that the state of the memory objects is up-to-date and
they are accessible to OpenCL.

The following restrictions shall apply -
The following restrictions shall apply:

* Each memory object must be acquired only once. Acquiring a memory object
multiple times without releasing it results in implementation-defined
behavior.
Expand Down Expand Up @@ -5531,7 +5532,8 @@ commands in the other API.
This is to guarantee that the state of memory objects is up-to-date and they
are accessible to the other API.

The following restrictions shall apply -
The following restrictions shall apply:

* Each memory object must be released only once. Releasing a memory object
multiple times without acquiring it results in implementation-defined
behavior.
Expand Down

0 comments on commit bd23ede

Please sign in to comment.