From bd23ede07fde4b0d11121a99087ed722b39672b9 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 3 Sep 2024 23:15:49 -0700 Subject: [PATCH] fix formatting for bulleted list (#1253) --- api/opencl_runtime_layer.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/opencl_runtime_layer.asciidoc b/api/opencl_runtime_layer.asciidoc index 7f6904dc..1282b883 100644 --- a/api/opencl_runtime_layer.asciidoc +++ b/api/opencl_runtime_layer.asciidoc @@ -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. @@ -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.