Bug 301878
| Summary: | `device.adapterInfo` is not implemented | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | yulong.fs |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | mwyrzykowski, tzagallo |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
yulong.fs
`device.adapterInfo` should return a property representing the adapter info, but currently it returns `undefined`.
See more info: https://github.com/microsoft/onnxruntime/issues/26480
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mike Wyrzykowski
This was fixed with https://commits.webkit.org/299475@main
Until that reaches customers, it is possible to query the same information from the GPUAdapter.info object
*** This bug has been marked as a duplicate of bug 294006 ***
Mike Wyrzykowski
Also thank you for the bug report.
This should be working in the latest version of Safari Technology Preview. Can you please confirm if the behavior is working as expected for you there?