Hao Li

Results 5 comments of Hao Li

Yes, I've tried the native sample application Hello World. ``` $ cd $ source zephyr-env.sh $ cd $ZEPHYR_BASE/samples/hello_world/ $ make BOARD=nucleo_f411re ``` After flash many times, this still work normally....

> QA vs. Developer Tests We have tests for QA and development purposes; should these be distinguished and how? Agree with @pfalcon, I think everyone can contribute tests to the...

@tonyhef which api do you use in your app? I write a cordova-plugin-file demo, and build with crosswalk, it work fine, the steps comment in [XWALK-6982](https://crosswalk-project.org/jira/browse/XWALK-6982). If you have different...

@beaufortfrancois https://bugs.chromium.org/p/dawn/issues/detail?id=1598#c15 should be a specific issue on Metal's `sampleBufferAttachments`. > Writes a timestamp value into a querySet when all previous commands have completed executing. Maybe what we should do...

Close by mistake. Without beginningOfPassWriteIndex, I think endOfPassWriteIndex will be meaningless. If vkCmdWriteTimestamp/EndQuery work for dispatch and draw calls on Vulkan/D3D12, it should work in WebGPU. D3D12 offical example with...