Skip to content

Commit 9ab7568

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

12 files changed

Lines changed: 1 addition & 4085 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: 1 addition & 14 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 += [
@@ -488,7 +475,7 @@ if (webnn_enable_dml || webnn_enable_dmlx) {
488475
dml_dll_path =
489476
"${webnn_root}/third_party/microsoft.ai.directml.1.8.2/bin/${os_folder}"
490477
copy("copy_dml_dll") {
491-
sources = [ "${dml_dll_path}/DirectML.dll"]
478+
sources = [ "${dml_dll_path}/DirectML.dll" ]
492479
if (is_debug) {
493480
sources += [ "${dml_dll_path}/DirectML.Debug.dll" ]
494481
}

0 commit comments

Comments
 (0)