mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44134 Test Plan: Imported from OSS Reviewed By: bertmaher Differential Revision: D23505810 Pulled By: ZolotukhinM fbshipit-source-id: d0b3d70d4c2a44a8c3773631d09a25a98ec59370
5 lines
230 B
Bash
5 lines
230 B
Bash
#!/bin/bash
|
|
python -m fastrnns.bench --fuser=old --group=rnns --print-json oss > old.json
|
|
python -m fastrnns.bench --fuser=te --group=rnns --print-json oss > te.json
|
|
python compare-fastrnn-results.py old.json te.json --format md
|