Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error happened when building DirectMLX backend with upgraded DirectML and GPGMM dependencies #373

Open
BruceDai opened this issue Nov 3, 2022 · 2 comments

Comments

@BruceDai
Copy link
Collaborator

BruceDai commented Nov 3, 2022

RR #368 caught an error

ERROR at //src/webnn/native/BUILD.gn:289:17: Unable to load "D:/a/webnn-native/webnn-native/update/third_party/gpgmm/src/BUILD.gn".
      deps += [ "${webnn_gpgmm_dir}/src:gpgmm" ]

when executing gn gen out\Release --args="webnn_enable_dmlx=true webnn_enable_wire=true is_debug=false gpgmm_enable_device_checks=true" command.

And PR #331 caught build error

[141/395] CXX obj/src/webnn/native/sources/util.obj
FAILED: obj/src/webnn/native/sources/util.obj 

[142/395] CXX obj/src/webnn/native/sources/ContextDMLX.obj
FAILED: obj/src/webnn/native/sources/ContextDMLX.obj 

[143/395] CXX obj/src/webnn/native/sources/GraphDMLX.obj
FAILED: obj/src/webnn/native/sources/GraphDMLX.obj 

Please see detail detail build error on attachment build_error_DML_win.txt .

Before fixing issue, I plan to disable "Auto Roll DEPS / DML" CI to keep PR clean.
WDYT @fujunwei, thanks.

@fujunwei
Copy link
Collaborator

fujunwei commented Nov 3, 2022

Make sense, disbale it util fixing the issue, thanks.

@BruceDai
Copy link
Collaborator Author

BruceDai commented Nov 4, 2022

Disabled the CI, and same for #370 #371 #373, thanks.
Since we have those issues to track for upgraded dependencies, I will close those auto roll PRs for clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants