Minor improvement for the documentation of kernel explorer (#13490)

### Description
<!-- Describe your changes. -->
Fix the input shape of FastGelu
Minor improvement for the documentation of kernel explorer

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
zhangyaobit 2022-10-28 22:57:53 -07:00 committed by GitHub
parent 943e156f4c
commit 33b8778a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,16 +19,12 @@ rocm_home="/opt/rocm"
--config ${config} \
--cmake_extra_defines \
CMAKE_HIP_COMPILER=/opt/rocm/llvm/bin/clang++ \
CMAKE_EXPORT_COMPILE_COMMANDS=ON \
onnxruntime_BUILD_KERNEL_EXPLORER=ON \
onnxruntime_DISABLE_CONTRIB_OPS=ON \
onnxruntime_DISABLE_ML_OPS=ON \
onnxruntime_DEV_MODE=OFF \
--skip_submodule_sync --skip_tests \
--use_rocm --rocm_home=${rocm_home} --nccl_home=${rocm_home} \
--build_wheel \
--build_wheel
cmake --build ${build_dir}/${config} --target kernel_explorer
cmake --build ${build_dir}/${config} --target kernel_explorer --parallel
```
## Run