This is an archive of the discontinued LLVM Phabricator instance.

[SPEC2017] Use inputs from RUN directory.
ClosedPublic

Authored by fhahn on Jan 25 2021, 6:50 AM.

Details

Summary

At the moment, some benchmarks use inputs from the INPUT/SRC directory.
Those are not copied to the device, if one is specified. To ensure the
input is available on device, use it from the RUN_* directories and use
speccpu2017_prepare_rundir to copy them to the run directory. This will
automatically copy them to the specified device as well.

Diff Detail

Repository
rT test-suite

Event Timeline

fhahn created this revision.Jan 25 2021, 6:50 AM
fhahn requested review of this revision.Jan 25 2021, 6:50 AM
fhahn updated this revision to Diff 318995.Jan 25 2021, 6:54 AM

Fix typos

This revision is now accepted and ready to land.Jan 28 2021, 8:24 AM
This revision was automatically updated to reflect the committed changes.