Yolanda-Chen
Yolanda-Chen
The wasm simd256 revectorization feature is enabled by default when v8_enable_webassembly is true on x64 target in V8. At runtime it will be enabled through flag --experimental-wasm-revectorize. This PR adds...
Add 5x8c8 wasmdot kernels, as it performs better than the default configuration. Especially it will get better speedup after AVX-256 revectorization (see [chromium bug](https://issues.chromium.org/issues/42202660)) at runtime. --------------------------------------------------------------------------------------------------- | | --...
Add qs8 c4 wasmsdot templates which can perform better than the default configuration. The new template helps generate more effecient AVX-256 revectorized code with very few inserts at run time....