Skip to content

Commit

Permalink
Merge pull request #288 from mingmingtasd/dml_delete
Browse files Browse the repository at this point in the history
Delete the implementation of DML backend and disable CI
  • Loading branch information
fujunwei authored Aug 5, 2022
2 parents 46fb78a + 9ab7568 commit c826c65
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 @@ -210,19 +210,6 @@ source_set("sources") {
}
}

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 Expand Up @@ -488,7 +475,7 @@ if (webnn_enable_dml || webnn_enable_dmlx) {
dml_dll_path =
"${webnn_root}/third_party/microsoft.ai.directml.1.8.2/bin/${os_folder}"
copy("copy_dml_dll") {
sources = [ "${dml_dll_path}/DirectML.dll"]
sources = [ "${dml_dll_path}/DirectML.dll" ]
if (is_debug) {
sources += [ "${dml_dll_path}/DirectML.Debug.dll" ]
}
Expand Down
Loading

0 comments on commit c826c65

Please sign in to comment.