Skip to content

Commit

Permalink
Delete the implementation of DML backend and disable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mingmingtasd committed Aug 4, 2022
1 parent 6b27f08 commit a59c230
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 4,085 deletions.
123 changes: 0 additions & 123 deletions .github/workflows/build_test_dml.yml

This file was deleted.

168 changes: 0 additions & 168 deletions .github/workflows/build_test_node_dml.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/memory_leak_check_dml.yml

This file was deleted.

15 changes: 1 addition & 14 deletions src/webnn/native/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,7 @@ source_set("sources") {
"`is_component_build=false` must be set for OpenVINO backend on Linux.")
}
}

if (webnn_enable_dml) {
sources += [
"dml/BackendDML.cpp",
"dml/BackendDML.h",
"dml/ContextDML.cpp",
"dml/ContextDML.h",
"dml/GraphDML.cpp",
"dml/GraphDML.h",
"dml/DMLUtils.cpp",
"dml/DMLUtils.h",
]
}


if (webnn_enable_dmlx) {
if (webnn_enable_gpu_buffer == false) {
sources += [
Expand Down
Loading

0 comments on commit a59c230

Please sign in to comment.