Skip to content

Commit 162f79a

Browse files
ibelemanssiko
authored andcommitted
Update Wave 3 and some Core ML implementation status
Ignore the Gemfile.lock change
1 parent fcafe55 commit 162f79a

File tree

3 files changed

+80
-62
lines changed

3 files changed

+80
-62
lines changed

Gemfile.lock

Lines changed: 30 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,51 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
6-
bigdecimal (3.1.8)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
76
colorator (1.1.0)
8-
concurrent-ruby (1.3.4)
9-
em-websocket (0.5.3)
7+
concurrent-ruby (1.1.8)
8+
em-websocket (0.5.2)
109
eventmachine (>= 0.12.9)
11-
http_parser.rb (~> 0)
10+
http_parser.rb (~> 0.6.0)
1211
eventmachine (1.2.7)
13-
ffi (1.17.0)
14-
ffi (1.17.0-x86_64-linux-gnu)
12+
ffi (1.15.0)
1513
forwardable-extended (2.6.0)
16-
google-protobuf (4.29.1)
17-
bigdecimal
18-
rake (>= 13)
19-
google-protobuf (4.29.1-x86_64-linux)
20-
bigdecimal
21-
rake (>= 13)
22-
http_parser.rb (0.8.0)
23-
i18n (1.14.6)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.10)
2416
concurrent-ruby (~> 1.0)
25-
jekyll (4.3.4)
17+
jekyll (4.2.0)
2618
addressable (~> 2.4)
2719
colorator (~> 1.0)
2820
em-websocket (~> 0.5)
2921
i18n (~> 1.0)
30-
jekyll-sass-converter (>= 2.0, < 4.0)
22+
jekyll-sass-converter (~> 2.0)
3123
jekyll-watch (~> 2.0)
32-
kramdown (~> 2.3, >= 2.3.1)
24+
kramdown (~> 2.3)
3325
kramdown-parser-gfm (~> 1.0)
3426
liquid (~> 4.0)
35-
mercenary (>= 0.3.6, < 0.5)
27+
mercenary (~> 0.4.0)
3628
pathutil (~> 0.9)
37-
rouge (>= 3.0, < 5.0)
29+
rouge (~> 3.0)
3830
safe_yaml (~> 1.0)
39-
terminal-table (>= 1.8, < 4.0)
40-
webrick (~> 1.7)
31+
terminal-table (~> 2.0)
4132
jekyll-feed (0.15.1)
4233
jekyll (>= 3.7, < 5.0)
43-
jekyll-sass-converter (3.0.0)
44-
sass-embedded (~> 1.54)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
4536
jekyll-seo-tag (2.7.1)
4637
jekyll (>= 3.8, < 5.0)
4738
jekyll-toc (0.17.0)
4839
jekyll (>= 3.9)
4940
nokogiri (~> 1.10)
5041
jekyll-watch (2.2.1)
5142
listen (~> 3.0)
52-
kramdown (2.5.1)
53-
rexml (>= 3.3.9)
43+
kramdown (2.3.1)
44+
rexml
5445
kramdown-parser-gfm (1.1.0)
5546
kramdown (~> 2.0)
56-
liquid (4.0.4)
57-
listen (3.9.0)
47+
liquid (4.0.3)
48+
listen (3.5.1)
5849
rb-fsevent (~> 0.10, >= 0.10.3)
5950
rb-inotify (~> 0.9, >= 0.9.10)
6051
mercenary (0.4.0)
@@ -70,23 +61,19 @@ GEM
7061
racc (~> 1.4)
7162
pathutil (0.16.2)
7263
forwardable-extended (~> 2.6)
73-
public_suffix (6.0.1)
64+
public_suffix (4.0.6)
7465
racc (1.7.3)
75-
rake (13.2.1)
76-
rb-fsevent (0.11.2)
77-
rb-inotify (0.11.1)
66+
rb-fsevent (0.10.4)
67+
rb-inotify (0.10.1)
7868
ffi (~> 1.0)
79-
rexml (3.3.9)
80-
rouge (4.5.1)
69+
rexml (3.2.5)
70+
rouge (3.26.0)
8171
safe_yaml (1.0.5)
82-
sass-embedded (1.82.0)
83-
google-protobuf (~> 4.28)
84-
rake (>= 13)
85-
sass-embedded (1.82.0-x86_64-linux-gnu)
86-
google-protobuf (~> 4.28)
87-
terminal-table (3.0.2)
88-
unicode-display_width (>= 1.1.1, < 3)
89-
unicode-display_width (2.6.0)
72+
sassc (2.4.0)
73+
ffi (~> 1.9)
74+
terminal-table (2.0.0)
75+
unicode-display_width (~> 1.1, >= 1.1.1)
76+
unicode-display_width (1.7.0)
9077
webrick (1.7.0)
9178

9279
PLATFORMS

assets/json/webnn_status.json

Lines changed: 49 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@
254254
"dml_progress": 4,
255255
"dml_chromium_version_added": "M131",
256256
"coreml_op": ["cumsum"],
257-
"coreml_progress": 2,
258-
"coreml_chromium_version_added": "",
257+
"coreml_progress": 4,
258+
"coreml_chromium_version_added": "M132",
259259
"fw_tflite_op": [""],
260260
"fw_tflite_progress": 2,
261261
"fw_tflite_version_added": "",
@@ -448,6 +448,37 @@
448448
"fw_ort_version_added": "1.18.0",
449449
"notes": ""
450450
},
451+
{
452+
"op": "element-wise binary / notEqual",
453+
"op_id": "binary",
454+
"version": "",
455+
"wpt": "not_equal",
456+
"wpt_progress": 4,
457+
"tflite_op": [
458+
"NotEqual"
459+
],
460+
"tflite_progress": 4,
461+
"tflite_chromium_version_added": "M134",
462+
"dml_op": [
463+
"Emulated with ELEMENT_WISE_LOGICAL_EQUALS and ELEMENT_WISE_LOGICAL_NOT"
464+
],
465+
"dml_progress": 4,
466+
"dml_chromium_version_added": "M134",
467+
"coreml_op": ["not_equal"],
468+
"coreml_progress": 4,
469+
"coreml_chromium_version_added": "M134",
470+
"fw_tflite_op": [
471+
"NotEqual"
472+
],
473+
"fw_tflite_progress": 3,
474+
"fw_tflite_version_added": "Fork",
475+
"fw_ort_op": [
476+
"Not Equal"
477+
],
478+
"fw_ort_progress": 4,
479+
"fw_ort_version_added": "1.21.0-dev",
480+
"notes": ""
481+
},
451482
{
452483
"op": "element-wise binary / pow",
453484
"op_id": "binary",
@@ -1371,7 +1402,7 @@
13711402
"dml_progress": 4,
13721403
"dml_chromium_version_added": "M125",
13731404
"coreml_op": ["gru"],
1374-
"coreml_progress": 3,
1405+
"coreml_progress": 4,
13751406
"coreml_chromium_version_added": "M133",
13761407
"fw_tflite_op": [""],
13771408
"fw_tflite_progress": 2,
@@ -1398,7 +1429,7 @@
13981429
"dml_progress": 4,
13991430
"dml_chromium_version_added": "M125",
14001431
"coreml_op": ["gru"],
1401-
"coreml_progress": 3,
1432+
"coreml_progress": 4,
14021433
"coreml_chromium_version_added": "M133",
14031434
"fw_tflite_op": [""],
14041435
"fw_tflite_progress": 2,
@@ -1598,9 +1629,9 @@
15981629
],
15991630
"dml_progress": 4,
16001631
"dml_chromium_version_added": "M125",
1601-
"coreml_op": [""],
1602-
"coreml_progress": 2,
1603-
"coreml_chromium_version_added": "",
1632+
"coreml_op": ["lstm"],
1633+
"coreml_progress": 4,
1634+
"coreml_chromium_version_added": "M133",
16041635
"fw_tflite_op": [""],
16051636
"fw_tflite_progress": 2,
16061637
"fw_tflite_version_added": "",
@@ -1625,9 +1656,9 @@
16251656
],
16261657
"dml_progress": 4,
16271658
"dml_chromium_version_added": "M125",
1628-
"coreml_op": [""],
1629-
"coreml_progress": 2,
1630-
"coreml_chromium_version_added": "",
1659+
"coreml_op": ["lstm"],
1660+
"coreml_progress": 4,
1661+
"coreml_chromium_version_added": "M133",
16311662
"fw_tflite_op": [""],
16321663
"fw_tflite_progress": 2,
16331664
"fw_tflite_version_added": "",
@@ -2233,18 +2264,18 @@
22332264
"op_id": "reverse",
22342265
"version": "",
22352266
"wpt": "reverse",
2236-
"wpt_progress": 3,
2267+
"wpt_progress": 4,
22372268
"tflite_op": [
2238-
""
2269+
"Reverse"
22392270
],
2240-
"tflite_progress": 2,
2241-
"tflite_chromium_version_added": "",
2271+
"tflite_progress": 4,
2272+
"tflite_chromium_version_added": "M133",
22422273
"dml_op": [
2243-
"SLICE1"
2274+
"SLICE1 Reverse"
22442275
],
2245-
"dml_progress": 3,
2276+
"dml_progress": 4,
22462277
"dml_chromium_version_added": "M133",
2247-
"coreml_op": [""],
2278+
"coreml_op": ["reverse"],
22482279
"coreml_progress": 2,
22492280
"coreml_chromium_version_added": "",
22502281
"fw_tflite_op": [
@@ -2253,7 +2284,7 @@
22532284
"fw_tflite_progress": 2,
22542285
"fw_tflite_version_added": "",
22552286
"fw_ort_op": ["Slice"],
2256-
"fw_ort_progress": 3,
2287+
"fw_ort_progress": 4,
22572288
"fw_ort_version_added": "1.21.0-dev",
22582289
"notes": ""
22592290
},

webnn-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ sup {
683683
}
684684

685685
const count = () => {
686-
let spec_defined_total = 91;
686+
let spec_defined_total = 92;
687687

688688
let spec_s = qSA('.spec').length / 2;
689689
qS('#spec_total').innerHTML = `${spec_s}`;

0 commit comments

Comments
 (0)