Skip to content

Commit

Permalink
Merge pull request #1908 from IntelPython/backport-to-maintenance-0.1…
Browse files Browse the repository at this point in the history
…8.x/gh-1899

Backport to maintenance 0.18.x/gh 1899
  • Loading branch information
oleksandr-pavlyk authored Nov 21, 2024
2 parents 472f6ca + c5ea03a commit 7bac769
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.18.2] - Nov. XX, 2024

### Maintenance

* Add missing include of SYCL header to "math_utils.hpp" [gh-1899](https://github.com/IntelPython/dpctl/pull/1899)

### Fixed

* Fix for `tensor.result_type` when all inputs are Python built-in scalars [gh-1904](https://github.com/IntelPython/dpctl/pull/1904)


## [0.18.1] - Oct. 11, 2024

### Changed
Expand Down
1 change: 1 addition & 0 deletions dpctl/tensor/libtensor/include/utils/math_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#pragma once
#include <cmath>
#include <complex>
#include <sycl/sycl.hpp>

namespace dpctl
{
Expand Down

0 comments on commit 7bac769

Please sign in to comment.