Skip to content

Commit

Permalink
[SPEC] Clarify the BinaryType output of urProgramCreateWithBinary
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Oct 23, 2023
1 parent 00143fc commit 56227b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/ur_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -4011,6 +4011,9 @@ urProgramCreateWithIL(
///
/// @details
/// - The application may call this function from simultaneous threads.
/// - Following a successful call to this entry point hProgram will contain
/// a binary of the UR_PROGRAM_BINARY_TYPE_COMPILED_OBJECT type for
/// `hDevice`.
///
/// @remarks
/// _Analogues_
Expand Down
1 change: 1 addition & 0 deletions scripts/core/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ analogue:
- "**clCreateProgramWithBinary**"
details:
- "The application may call this function from simultaneous threads."
- "Following a successful call to this entry point hProgram will contain a binary of the UR_PROGRAM_BINARY_TYPE_COMPILED_OBJECT type for `hDevice`."
params:
- type: $x_context_handle_t
name: hContext
Expand Down
3 changes: 3 additions & 0 deletions source/loader/ur_libapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2882,6 +2882,9 @@ ur_result_t UR_APICALL urProgramCreateWithIL(
///
/// @details
/// - The application may call this function from simultaneous threads.
/// - Following a successful call to this entry point hProgram will contain
/// a binary of the UR_PROGRAM_BINARY_TYPE_COMPILED_OBJECT type for
/// `hDevice`.
///
/// @remarks
/// _Analogues_
Expand Down
3 changes: 3 additions & 0 deletions source/ur_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,9 @@ ur_result_t UR_APICALL urProgramCreateWithIL(
///
/// @details
/// - The application may call this function from simultaneous threads.
/// - Following a successful call to this entry point hProgram will contain
/// a binary of the UR_PROGRAM_BINARY_TYPE_COMPILED_OBJECT type for
/// `hDevice`.
///
/// @remarks
/// _Analogues_
Expand Down

0 comments on commit 56227b5

Please sign in to comment.