-
Notifications
You must be signed in to change notification settings - Fork 6
add matmul scripts #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| mudnn_bench | ||
| ├── bench_test_matmul.sh | ||
| ├── bin | ||
| │ ├── mudnn_bench -> mudnn_bench-x.x.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里可能会confuse,要不写一下mudnn_bench的位置,否则需要手动安装
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充mudnn_bench在/usr/local/musa下
base_test/matmul_test/READE.md
Outdated
| ## 2.1 fp64, tf32 测试 | ||
| ```shell | ||
| # 1. 编译 | ||
| bash ./fp64_tf32_src/build_gemm_tf32.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里应该是没有实际测试过,如果没有进入到src目录应该是编译会报错找不到文件,可以实际试下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更正路径问题,实测没问题
| # 2. 测试 | ||
| 可在测试脚本中自行批量配置测试MNK,warmup,iter等。 | ||
| ## 2.1 fp64, tf32 测试 | ||
| 注意:fp64和tf32 数据类型调用非 mudnn 接口 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tf32?还是fp32
| ```shell | ||
| # 1. 编译 | ||
| bash ./fp64_tf32_src/build_gemm_tf32.sh | ||
| cd ./fp64_tf32_src |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
| cd ./fp64_tf32_src | ||
|
|
||
| bash ./fp64_tf32_src/build_gemm_fp64.sh | ||
| bash build_gemm_tf32.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
No description provided.