File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5438,7 +5438,8 @@ acquired.
5438
5438
This is to guarantee that the state of the memory objects is up-to-date and
5439
5439
they are accessible to OpenCL.
5440
5440
5441
- The following restrictions shall apply -
5441
+ The following restrictions shall apply:
5442
+
5442
5443
* Each memory object must be acquired only once. Acquiring a memory object
5443
5444
multiple times without releasing it results in implementation-defined
5444
5445
behavior.
@@ -5531,7 +5532,8 @@ commands in the other API.
5531
5532
This is to guarantee that the state of memory objects is up-to-date and they
5532
5533
are accessible to the other API.
5533
5534
5534
- The following restrictions shall apply -
5535
+ The following restrictions shall apply:
5536
+
5535
5537
* Each memory object must be released only once. Releasing a memory object
5536
5538
multiple times without acquiring it results in implementation-defined
5537
5539
behavior.
You can’t perform that action at this time.
0 commit comments