Skip to content

Commit 14a0586

Browse files
author
Jaime Arteaga
committed
Remove misplaced statement from urKernelCreate doc
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
1 parent 09cb31a commit 14a0586

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

include/ur_api.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4408,8 +4408,6 @@ urProgramCreateWithNativeHandle(
44084408
/// @brief Create kernel object from a program.
44094409
///
44104410
/// @details
4411-
/// - Multiple calls to this function will return identical device handles,
4412-
/// in the same order.
44134411
/// - The application may call this function from simultaneous threads.
44144412
/// - The implementation of this function should be lock-free.
44154413
///

scripts/core/kernel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ name: Create
1919
decl: static
2020
ordinal: "0"
2121
details:
22-
- "Multiple calls to this function will return identical device handles, in the same order."
2322
- "The application may call this function from simultaneous threads."
2423
- "The implementation of this function should be lock-free."
2524
params:

source/loader/ur_libapi.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,8 +3358,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
33583358
/// @brief Create kernel object from a program.
33593359
///
33603360
/// @details
3361-
/// - Multiple calls to this function will return identical device handles,
3362-
/// in the same order.
33633361
/// - The application may call this function from simultaneous threads.
33643362
/// - The implementation of this function should be lock-free.
33653363
///

source/ur_api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,8 +2835,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
28352835
/// @brief Create kernel object from a program.
28362836
///
28372837
/// @details
2838-
/// - Multiple calls to this function will return identical device handles,
2839-
/// in the same order.
28402838
/// - The application may call this function from simultaneous threads.
28412839
/// - The implementation of this function should be lock-free.
28422840
///

0 commit comments

Comments
 (0)