File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
dpctl/tensor/libtensor/include/utils Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
* Fixed CI/CD workflow for building conda packages on Windows [ gh-1831 ] ( https://github.com/IntelPython/dpctl/pull/1831 )
21
21
* Do not use Mambaforge variant of miniforge as deprecated [ gh-1844 ] ( https://github.com/IntelPython/dpctl/pull/1844 )
22
22
* Use pybind11=2.13.6 [ gh-1845 ] ( https://github.com/IntelPython/dpctl/pull/1845 )
23
-
23
+ * Remove unnecessary include in C++ header file [ gh- 1846 ] ( https://github.com/IntelPython/dpctl/pull/1846 )
24
24
25
25
## [ 0.18.0] - Sept. XX, 2024
26
26
Original file line number Diff line number Diff line change 27
27
#pragma once
28
28
29
29
#include < algorithm>
30
- #include < exception>
31
30
#include < sycl/sycl.hpp>
32
31
#include < tuple>
33
32
#include < vector>
You can’t perform that action at this time.
0 commit comments