Skip to content

Commit 7bfd549

Browse files
committed
Updated changelog
1 parent e1ad68c commit 7bfd549

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This release achieves 100% compliance with Python Array API specification (revis
2828
* Updated Python Array API specification version supported to `2024.12` [#2416](https://github.com/IntelPython/dpnp/pull/2416)
2929
* Removed `einsum_call` keyword from `dpnp.einsum_path` signature [#2421](https://github.com/IntelPython/dpnp/pull/2421)
3030
* Changed `"max dimensions"` to `None` in array API capabilities [#2432](https://github.com/IntelPython/dpnp/pull/2432)
31+
* Updated kernel header `i0.hpp` to expose `cyl_bessel_i0` function depending on build target [#2440](https://github.com/IntelPython/dpnp/pull/2440)
3132

3233
### Fixed
3334

dpnp/backend/kernels/elementwise_functions/i0.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* This header relies on intel-specific types like _iml_half_internal,
4141
* which are not suppose to work with other targets (e.g., CUDA, AMD).
4242
*/
43-
#if defined(__SPIR__) && defined(__INTEL_LLVM_COMPILER)
43+
#if defined(__SPIR__) && defined(__INTEL_LLVM_COMPILER)
4444
#define __SYCL_EXT_INTEL_MATH_SUPPORT
4545
#endif
4646

0 commit comments

Comments
 (0)