File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -4408,8 +4408,6 @@ urProgramCreateWithNativeHandle(
4408
4408
/// @brief Create kernel object from a program.
4409
4409
///
4410
4410
/// @details
4411
- /// - Multiple calls to this function will return identical device handles,
4412
- /// in the same order.
4413
4411
/// - The application may call this function from simultaneous threads.
4414
4412
/// - The implementation of this function should be lock-free.
4415
4413
///
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ name: Create
19
19
decl : static
20
20
ordinal : " 0"
21
21
details :
22
- - " Multiple calls to this function will return identical device handles, in the same order."
23
22
- " The application may call this function from simultaneous threads."
24
23
- " The implementation of this function should be lock-free."
25
24
params :
Original file line number Diff line number Diff line change @@ -3358,8 +3358,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
3358
3358
// / @brief Create kernel object from a program.
3359
3359
// /
3360
3360
// / @details
3361
- // / - Multiple calls to this function will return identical device handles,
3362
- // / in the same order.
3363
3361
// / - The application may call this function from simultaneous threads.
3364
3362
// / - The implementation of this function should be lock-free.
3365
3363
// /
Original file line number Diff line number Diff line change @@ -2835,8 +2835,6 @@ ur_result_t UR_APICALL urProgramCreateWithNativeHandle(
2835
2835
// / @brief Create kernel object from a program.
2836
2836
// /
2837
2837
// / @details
2838
- // / - Multiple calls to this function will return identical device handles,
2839
- // / in the same order.
2840
2838
// / - The application may call this function from simultaneous threads.
2841
2839
// / - The implementation of this function should be lock-free.
2842
2840
// /
You can’t perform that action at this time.
0 commit comments