File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,20 @@ set -x
21
21
22
22
rm -rf " ${WORKING_DIR} /configurations/llama"
23
23
rm -rf " ${WORKING_DIR} /intermediates/llama"
24
- rm -rf " ${WORKING_DIR} /sources /llama"
24
+ rm -rf " ${WORKING_DIR} /files /llama"
25
25
rm -rf " ${WORKING_DIR} /binaries/llama"
26
26
rm -rf " ${WORKING_DIR} /benchmarks/llama"
27
27
28
28
" ${SCRIPT_DIR} /compile-llama-base.sh" " $IREE_COMPILE " " $CHIP " \
29
29
" ${INPUT_IR} " \
30
30
--iree-hal-dump-executable-configurations-to=" ${WORKING_DIR} /configurations/llama" \
31
31
--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" \
33
33
--iree-hal-dump-executable-binaries-to=" ${WORKING_DIR} /binaries/llama" \
34
34
--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 \
37
35
-o " ${WORKING_DIR} /llama.vmfb" \
38
36
" $@ "
39
37
40
38
# --iree-hal-benchmark-dispatch-repeat-count=20 \
41
39
# --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 \
45
40
# --mlir-disable-threading \
You can’t perform that action at this time.
0 commit comments