quic-zhanweiw
quic-zhanweiw
Why do we need to read the register key 'HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0' and compare it with the data in the array 'woa_chips'? Only Windows On ARM devices have this code. This is...
在Windows ARM64设备上跑"llm_demo.exe", 是12核的CPU,将thread_num设置成10,但在推理时CPU频率维持在40%左右,拉不上去是什么原因? 编译命令: ``` cmake .. -G Ninja -DCMAKE_C_COMPILER="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\ARM64\bin\clang.exe" -DCMAKE_CXX_COMPILER="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\ARM64\bin\clang++.exe" -DCMAKE_LINKER="C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\ARM64\bin\lld.exe" -DMNN_LOW_MEMORY=true -DMNN_CPU_WEIGHT_DEQUANT_GEMM=true -DMNN_BUILD_LLM=true -DMNN_SUPPORT_TRANSFORMER_FUSE=true -DCMAKE_BUILD_TYPE=Release ninja -j10 ``` 配置文件:...