File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
3
+
4
+ SPDX-License-Identifier: Apache-2.0
5
+ -->
6
+
7
+ # Changelog
8
+ All notable changes to this project will be documented in this file.
9
+
10
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
11
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
12
+
13
+ ## [ 0.90.0] - 2023-06-23
14
+
15
+ ### Added
16
+ * First release.
17
+ * Infrastructure to run benchmarks in independent threads.
18
+ * Frameworks
19
+ * numpy
20
+ * python
21
+ * dpnp
22
+ * dpcpp
23
+ * numba
24
+ * numb-dpex
25
+ * Benchmarks
26
+ * black_scholes
27
+ * dbscan
28
+ * gpairs
29
+ * kmeans
30
+ * knn
31
+ * l2_norm
32
+ * pairwise_distance
33
+ * pca
34
+ * rambo
35
+ * Experimental framework
36
+ * numba-mlir
37
+ * Experimental benchmarks
38
+ * multiple npbench benchmarks
39
+ * multiple polybench benchmarks
You can’t perform that action at this time.
0 commit comments