Skip to content

Commit 1dde10c

Browse files
authored
Merge branch 'master' into impl-ndindex
2 parents 80ad319 + 488bdb5 commit 1dde10c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @antonwolfy @npolina4 @vlad-perevezentsev @vtavana
1+
* @antonwolfy @AlexanderKalistratov @vlad-perevezentsev @vtavana

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ extra:
7171
recipe-maintainers:
7272
- oleksandr-pavlyk
7373
- antonwolfy
74-
- npolina4
74+
- AlexanderKalistratov
7575
- vtavana
7676
- vlad-perevezentsev

dpnp/backend/kernels/elementwise_functions/i0.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* sycl::ext::intel::math::cyl_bessel_i0(x) is fully resolved.
3333
*/
3434
#ifndef __SYCL_COMPILER_BESSEL_I0_SUPPORT
35-
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241111L
35+
#define __SYCL_COMPILER_BESSEL_I0_SUPPORT 20241114L
3636
#endif
3737

3838
#if __SYCL_COMPILER_VERSION >= __SYCL_COMPILER_BESSEL_I0_SUPPORT

0 commit comments

Comments
 (0)