BruceDai

Results 23 issues of BruceDai

Here’s code to get GPU detail information: ```js var canvas = document.createElement('canvas'); var gl = canvas.getContext('webgl'); var debugInfo = gl.getExtension('WEBGL_debug_renderer_info'); var renderer = gl.getParameter(debugInfo.UNMASKED_RENDERER_WEBGL); // console.log(renderer); // "ANGLE (Intel(R) UHD...

Refer to https://github.com/features/actions

enhancement

Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...

type:bug

Visit https://wpt.fyi/results/webnn/conformance_tests?label=experimental&label=master&aligned, almost WebNN Conformance tests are FAIL since the testing Chrome and Edge browsers didn't enable WebNN API flag. ![image](https://github.com/web-platform-tests/wpt/assets/1531742/c018902a-7f66-4395-8d67-b892e3616b95) Can `wpt.fyi` indicate results of WebNN API Conformance tests...