mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-24 19:43:35 +00:00
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:
parent
943e156f4c
commit
33b8778a46
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue