intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[DML] fail to run DirectML on NVIDIA graphic with Chromium M79 #1236

Closed Christywl closed 4 years ago

Christywl commented 4 years ago

Test Env: Chromium Version: nightly build 79.0.3917.0(2e4d91c) Platform: Windows GPU: NVIDIA GeForce RTX 2080(26.21.14.4587)

Expected Result: DirectML should work on NVIDIA graphic with Chromium M79.

Actual Result: Failed to run DirectML on NVIDIA graphic with Chromium M79.

dml

But DML worked on NVIDIA graphic with Chromium M75.

How to Reproduce:

  1. launch chromium with the argument '--use-dml'
  2. visit https://intel.github.io/webml-polyfill/examples/image_classification
  3. select SUSTAINED_SPEED
  4. select one model
fujunwei commented 4 years ago

Thanks @Christywl .

Christywl commented 4 years ago

This issue was fixed with https://github.com/otcshare/chromium-src/commit/d3768f3e29f1f0aa6eb62c2d15899e5be34b7f6f. But found another issue #1240.