Skip to content

Commit 57acb4d

Browse files
committed
Dump executable-files
Signed-off-by: aviator19941 <[email protected]>
1 parent 18badff commit 57acb4d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

llama-scripts/compile-llama.sh

+2-7
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,20 @@ set -x
2121

2222
rm -rf "${WORKING_DIR}/configurations/llama"
2323
rm -rf "${WORKING_DIR}/intermediates/llama"
24-
rm -rf "${WORKING_DIR}/sources/llama"
24+
rm -rf "${WORKING_DIR}/files/llama"
2525
rm -rf "${WORKING_DIR}/binaries/llama"
2626
rm -rf "${WORKING_DIR}/benchmarks/llama"
2727

2828
"${SCRIPT_DIR}/compile-llama-base.sh" "$IREE_COMPILE" "$CHIP" \
2929
"${INPUT_IR}" \
3030
--iree-hal-dump-executable-configurations-to="${WORKING_DIR}/configurations/llama" \
3131
--iree-hal-dump-executable-intermediates-to="${WORKING_DIR}/intermediates/llama" \
32-
--iree-hal-dump-executable-sources-to="${WORKING_DIR}/sources/llama" \
32+
--iree-hal-dump-executable-files-to="${WORKING_DIR}/files/llama" \
3333
--iree-hal-dump-executable-binaries-to="${WORKING_DIR}/binaries/llama" \
3434
--iree-hal-dump-executable-benchmarks-to="${WORKING_DIR}/benchmarks/llama" \
35-
--iree-scheduling-dump-statistics-file="${WORKING_DIR}/tmp/llama_scheduling_stats.txt" \
36-
--iree-scheduling-dump-statistics-format=csv \
3735
-o "${WORKING_DIR}/llama.vmfb" \
3836
"$@"
3937

4038
#--iree-hal-benchmark-dispatch-repeat-count=20 \
4139
#--iree-hal-executable-debug-level=3 \
42-
#--iree-vulkan-target-triple=rdna3-unknown-linux \
43-
#--iree-llvmcpu-target-triple=x86_64-unknown-linux \
44-
#--iree-hal-cuda-llvm-target-arch=sm_80 \
4540
#--mlir-disable-threading \

0 commit comments

Comments
 (0)