From 33b8778a46ac29bd18bdb3a9a6feb8f6283210af Mon Sep 17 00:00:00 2001 From: zhangyaobit <1034716+zhangyaobit@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:57:53 -0700 Subject: [PATCH] Minor improvement for the documentation of kernel explorer (#13490) ### Description Fix the input shape of FastGelu Minor improvement for the documentation of kernel explorer ### Motivation and Context --- onnxruntime/python/tools/kernel_explorer/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/onnxruntime/python/tools/kernel_explorer/README.md b/onnxruntime/python/tools/kernel_explorer/README.md index c80f20a2cf..a3adae45df 100644 --- a/onnxruntime/python/tools/kernel_explorer/README.md +++ b/onnxruntime/python/tools/kernel_explorer/README.md @@ -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