xref: /aosp_15_r20/external/pytorch/benchmarks/tensorexpr/HowToRun.md (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1*da0073e9SAndroid Build Coastguard WorkerFrom the root of pytorch repo, run:
2*da0073e9SAndroid Build Coastguard Worker```
3*da0073e9SAndroid Build Coastguard Workerpython -m benchmarks.tensorexpr --help
4*da0073e9SAndroid Build Coastguard Worker```
5*da0073e9SAndroid Build Coastguard Workerto show documentation.
6*da0073e9SAndroid Build Coastguard Worker
7*da0073e9SAndroid Build Coastguard WorkerAn example of an actual command line that one might use as a starting point:
8*da0073e9SAndroid Build Coastguard Worker```
9*da0073e9SAndroid Build Coastguard Workerpython -m benchmarks.tensorexpr --device gpu --mode fwd --jit-mode trace --cuda-fuser=te
10*da0073e9SAndroid Build Coastguard Worker```
11