File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
dpnp/backend/kernels/elementwise_functions Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments