runme.bat
来自「c++ 实现的矩阵运算库」· Batch 代码 · 共 7 行
BAT
7 行
REM Compare to the accerelerated version.
REM INTEL SIMD improves the multiplication speed once inner dimensions are larger than 10.
REM e.g. run a test with 10x10 * 10x10, 100000 times and compare
REM Then try 100x100 * 100x100, 1000 times and compare
pause
MatrixMultiplication.exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?