Skip to content

Commit d8f52a3

Browse files
author
Ewan Crawford
committed
Don't use phrase "simultaneous use usage"
1 parent 650ba7e commit d8f52a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/opencl_runtime_layer.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14694,14 +14694,14 @@ usage>>.
1469414694
Simultaneous use is defined using the _prerequisite_ terminology from the
1469514695
<<_execution_model, execution model>>.
1469614696
ifndef::cl_khr_command_buffer_multi_device[]
14697-
A command-buffer exhibits undefined behavior if a simultaneous use usage
14697+
A command-buffer exhibits undefined behavior if a simultaneous use
1469814698
pattern occurs.
1469914699
endif::cl_khr_command_buffer_multi_device[]
1470014700
ifdef::cl_khr_command_buffer_multi_device[]
1470114701
Simultaneous use is an optional feature for devices to support concurrent
1470214702
executions of a command-buffer which have been updated between submissions.
1470314703
A command-buffer must be created with {CL_COMMAND_BUFFER_SIMULTANEOUS_USE_KHR}
14704-
to avoid undefined behavior if a simultaneous use usage pattern occurs.
14704+
to avoid undefined behavior if a simultaneous use pattern occurs.
1470514705
endif::cl_khr_command_buffer_multi_device[]
1470614706

1470714707
[[simultaneous-use]]

0 commit comments

Comments
 (0)