Skip to content

Commit 7c5d41e

Browse files
Added backticks
1 parent 02e7339 commit 7c5d41e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

unified-runtime/include/ur_api.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unified-runtime/scripts/core/exp-command-buffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ returns:
310310
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY
311311
--- #--------------------------------------------------------------------------
312312
type: function
313-
desc: "Decrement the command-buffer object's reference count and delete the command-buffer object if the reference count becomes zero. It is legal to call the entry-point while hCommandBuffer is still executing, which will block on completion if the reference count of hCommandBuffer becomes zero."
313+
desc: "Decrement the command-buffer object's reference count and delete the command-buffer object if the reference count becomes zero. It is legal to call the entry-point while `hCommandBuffer` is still executing, which will block on completion if the reference count of `hCommandBuffer` becomes zero."
314314
class: $xCommandBuffer
315315
name: ReleaseExp
316316
params:

unified-runtime/source/loader/ur_libapi.cpp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unified-runtime/source/ur_api.cpp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)