Chenyu Yang

Results 6 issues of Chenyu Yang

`console.log("%s", o)` invokes the `inspect `method to retrieve the object. This results in `console.log("%s", { [Symbol.toPrimitive]: () => "hello" })` displaying the object itself, rather than 'hello'. Fixes: #50909

util
needs-ci

I need to have the `simdutf` target compiled by my implementation to support the new instructions. That is, add my simulator path before the gcc/g++ command to compile this object....

Prefetched the weights into the L1 cache in `xnn_f32_gemm_minmax_ukernel_5x16__fma3_broadcast`, resulting in an average performance improvement of over 3% across the MobileNet V1/V2/V3_Large/V3_Small models. ``` ---------------------------------------------------------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------------------------------------------------------...

When I generating new microkernels on Windows using `tools/update-microkernels.py`, the source paths in the generated CMake and Bazel files changed. Specifically, the paths were transformed from `src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c` to `src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c`. This...