Skip to content

Commit

Permalink
Merge pull request #801 from jandres742/fixkernel
Browse files Browse the repository at this point in the history
Remove misplaced statement from urKernelCreate doc
  • Loading branch information
kbenzie committed Aug 16, 2023
2 parents 2970796 + 14a0586 commit 31053cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions include/ur_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -4408,8 +4408,6 @@ urProgramCreateWithNativeHandle(
/// @brief Create kernel object from a program.
///
/// @details
/// - Multiple calls to this function will return identical device handles,
/// in the same order.
/// - The application may call this function from simultaneous threads.
/// - The implementation of this function should be lock-free.
///
Expand Down
1 change: 0 additions & 1 deletion scripts/core/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ name: Create
decl: static
ordinal: "0"
details:
- "Multiple calls to this function will return identical device handles, in the same order."
- "The application may call this function from simultaneous threads."
- "The implementation of this function should be lock-free."
params:
Expand Down
2 changes: 0 additions & 2 deletions source/loader/ur_libapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3358,8 +3358,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
/// @brief Create kernel object from a program.
///
/// @details
/// - Multiple calls to this function will return identical device handles,
/// in the same order.
/// - The application may call this function from simultaneous threads.
/// - The implementation of this function should be lock-free.
///
Expand Down
2 changes: 0 additions & 2 deletions source/ur_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2835,8 +2835,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
/// @brief Create kernel object from a program.
///
/// @details
/// - Multiple calls to this function will return identical device handles,
/// in the same order.
/// - The application may call this function from simultaneous threads.
/// - The implementation of this function should be lock-free.
///
Expand Down

0 comments on commit 31053cb

Please sign in to comment.