Skip to content

Commit aa8dbd3

Browse files
committed
Delete the implementation of DML backend and disable CI
1 parent 6b27f08 commit aa8dbd3

12 files changed

Lines changed: 0 additions & 4084 deletions

File tree

.github/workflows/build_test_dml.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

.github/workflows/build_test_node_dml.yml

Lines changed: 0 additions & 168 deletions
This file was deleted.

.github/workflows/memory_leak_check_dml.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/webnn/native/BUILD.gn

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -210,19 +210,6 @@ source_set("sources") {
210210
}
211211
}
212212

213-
if (webnn_enable_dml) {
214-
sources += [
215-
"dml/BackendDML.cpp",
216-
"dml/BackendDML.h",
217-
"dml/ContextDML.cpp",
218-
"dml/ContextDML.h",
219-
"dml/GraphDML.cpp",
220-
"dml/GraphDML.h",
221-
"dml/DMLUtils.cpp",
222-
"dml/DMLUtils.h",
223-
]
224-
}
225-
226213
if (webnn_enable_dmlx) {
227214
if (webnn_enable_gpu_buffer == false) {
228215
sources += [

0 commit comments

Comments
 (0)