File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -332,15 +332,14 @@ size under the trained policy at `$OUTPUT_PERFORMANCE_PATH`.
332
332
333
333
``` shell
334
334
export OUTPUT_PERFORMANCE_PATH=$HOME /performance_report && \
335
- PYTHONPATH=$PYTHONPATH :. && \
336
- python3 compiler_opt/tools/generate_default_trace.py \
335
+ PYTHONPATH=$PYTHONPATH :. python3 \
336
+ compiler_opt/tools/generate_default_trace.py \
337
337
--data_path=$CORPUS \
338
338
--policy_path=$OUTPUT_DIR /saved_policy \
339
339
--output_performance_path=$OUTPUT_PERFORMANCE_PATH \
340
- --compile_task=inlining \
341
340
--gin_files=compiler_opt/rl/inlining/gin_configs/common.gin \
342
341
--gin_bindings=clang_path=" '$LLVM_INSTALLDIR /bin/clang'" \
343
- --gin_bindings=llvm_size_path" '= $LLVM_INSTALLDIR /bin/llvm-size'" \
342
+ --gin_bindings=llvm_size_path= " ' $LLVM_INSTALLDIR /bin/llvm-size'" \
344
343
--sampling_rate=0.2
345
344
```
346
345
You can’t perform that action at this time.
0 commit comments