We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 472f6ca + c5ea03a commit 7bac769Copy full SHA for 7bac769
CHANGELOG.md
@@ -6,9 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [0.18.2] - Nov. XX, 2024
8
9
+### Maintenance
10
+
11
+* Add missing include of SYCL header to "math_utils.hpp" [gh-1899](https://github.com/IntelPython/dpctl/pull/1899)
12
13
### Fixed
14
15
* Fix for `tensor.result_type` when all inputs are Python built-in scalars [gh-1904](https://github.com/IntelPython/dpctl/pull/1904)
16
17
18
## [0.18.1] - Oct. 11, 2024
19
20
### Changed
dpctl/tensor/libtensor/include/utils/math_utils.hpp
@@ -25,6 +25,7 @@
25
#pragma once
26
#include <cmath>
27
#include <complex>
28
+#include <sycl/sycl.hpp>
29
30
namespace dpctl
31
{
0 commit comments