[PATCH] D95360: [SPEC2017] Use inputs from RUN directory.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 06:50:40 PST 2021
fhahn created this revision.
fhahn added reviewers: Meinersbur, cmatthews.
Herald added a subscriber: mgorny.
fhahn requested review of this revision.
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.
Repository:
rT test-suite
https://reviews.llvm.org/D95360
Files:
External/SPEC/CFP2017rate/510.parest_r/CMakeLists.txt
External/SPEC/CFP2017rate/538.imagick_r/CMakeLists.txt
External/SPEC/CINT2017rate/502.gcc_r/CMakeLists.txt
External/SPEC/CINT2017rate/505.mcf_r/CMakeLists.txt
External/SPEC/CINT2017rate/531.deepsjeng_r/CMakeLists.txt
External/SPEC/CINT2017rate/541.leela_r/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95360.318994.patch
Type: text/x-patch
Size: 8450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210125/98f58364/attachment.bin>
More information about the llvm-commits
mailing list