jzm-intel commented on PR #14904: URL: https://github.com/apache/tvm/pull/14904#issuecomment-1556706296
Please try this out with fp16 models! Chrome Canary is now supporting f16 feature behind runtime flag `--enable-dawn-features=enable_unsafe_apis` or `--disable-dawn-features=disallow_unsafe_apis` (deprecated), and the required WebGPU feature `shader-f16` is available on Mac and Windows (requiring using DXC 1.4 or later) and some Vulkan devices. PS. Chrome runtime flags should be correctly grouped, i.e. `chrome --enable-dawn-features=dump_shader,enable_unsafe_apis` is correct while `chrome --enable-dawn-features=dump_shader --enable-dawn-features=enable_unsafe_apis` is wrong (only the last one will take effect). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
