Skip to content

Commit a59c230

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

File tree

12 files changed

+1
-4085
lines changed

12 files changed

+1
-4085
lines changed

.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: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -209,20 +209,7 @@ source_set("sources") {
209209
"`is_component_build=false` must be set for OpenVINO backend on Linux.")
210210
}
211211
}
212-
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-
212+
226213
if (webnn_enable_dmlx) {
227214
if (webnn_enable_gpu_buffer == false) {
228215
sources += [

0 commit comments

Comments
 (0)