-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGES.txt
116 lines (88 loc) · 3.47 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
20211212:
* fixed version detection for the new matplotlib
20210927:
* added ONNX/PyTorch workflows for MLPerf medical imaging and a package for BraTS 2019 data set
* added CK package for MLPerf inference results v1.1
20210921:
* removed some non-ML benchmarks and datasets: they are available in ctuning@ctuning-programs and ctuning@ctuning-datasets-min repos
* removed Windows components: they are available in ctuning@ck-win
20210906:
* cTuning foundation and OctoML donated this repository to MLCommons
as a part of their MLPerf inference benchmark v1.1 submission.
20210813:
* added TF Python 2.6.0 variation
20210808:
* added TFLite python package for the reference MLPerf benchmark
20210806:
* added variations for PyTorch&TorchVision CUDA
* added TF python packages (CPU & GPU)
* added latest versions of transformers (Python lib)
* added the latest version of TFLite
20210805:
* added older variations in torchvision package to support older PyTorch versions for MLPerf inference benchmark
20210804:
* enhanced image classification with TFLite and loadgen
* removed outdated packages/scripts/programs
20210731:
* added new version to tool.cmake and aarch64 support
20210730:
* added soft:lib.dnnl
202107026:
* added latest PyTorchVision varations up to 0.10. as asked by users
(package:lib-python-torchvision)
* added latest PyTorch varations up to 1.9.0 as asked by users
(package:lib-python-torch)
20210723:
* added docker:test-ck to test CK functionality, workflows and components
(to be extended) - we plan to use it to gradually substitute travis CI
with GitHub actions
20210720:
* added ML_MODEL_ROOT env to ML model detection and installation scripts
* added CK_ENV_DATASET_ROOT env to ImageNet and COCO datasets
20210717:
* added script:process-model to process common paramaters
of different ML models
20210712:
* added "add bench.mlperf.system" and improved MLPerf docs
20210710:
* added Paretor frontier filter demo
* added improved MLPerf dashboard configuration
20210706:
* added mlcube
* started working on a community version of the MLPerf inference submission system
20210628:
* added latest tags to the package:lib-tensorflow-source
20210626:
* added wfe:result template for the new CK dashboard
* added result.cfg to configure new CK dashboards:
* demo.mlperf.explore-threads
* demo.mlperf.inference
* demo.mlperf.mobilenets
* demo.request.asplos18
* added demo of results for new CK dashboards:
* demo.mlperf.inference
* demo.mlperf.mobilenets.all
* demo.request.asplos18
20210611:
* removing unneeded entries
20210602:
* removed platform.* (except platform.init) because it's available in repo:ck-crowdtuning-platforms
20210601:
* major clean up of testing of all Docker images
20210521:
* regular update of stable components
20210418:
* removed modules (they are now in the CK default repo:
https://github.com/ctuning/ck/tree/master/ck/repo/module
20210416:
* [gfursin] extended module:package to ask a user to select a variation
for a given package when there are multiple versions available.
20210403:
* [gfursin] fixed TFLite packages 1.13, 1.14 and 1.15 (eigen library).
https://github.com/ctuning/ck/issues/138
https://github.com/ctuning/ck/issues/139
20210324:
* [sztaylor] fix cpu & gpu set_freq commands
20210226:
* improvements from Arm to 2 CK modules: platform.cpu and platform.gpu:
https://github.com/ctuning/ck-env/pull/113