Skip to content

Commit

Permalink
[llvm] Temporarily disable polybench
Browse files Browse the repository at this point in the history
Mitigates #55.
  • Loading branch information
ChrisCummins committed Mar 22, 2021
1 parent c5c448c commit f9ebb0c
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions compiler_gym/envs/llvm/legacy_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,18 @@
size_bytes=304207752,
sha256="6254d629887f6b51efc1177788b0ce37339d5f3456fb8784415ed3b8c25cce27",
),
LegacyDataset(
name="polybench-v0",
url="https://dl.fbaipublicfiles.com/compiler_gym/llvm_bitcodes-10.0.0-polybench-v0.tar.bz2",
license="BSD 3-Clause",
description="https://github.com/ctuning/ctuning-programs",
compiler="llvm-10.0.0",
file_count=27,
size_bytes=162624,
sha256="968087e68470e5b44dc687dae195143000c7478a23d6631b27055bb3bb3116b1",
),
# FIXME(github.com/facebookresearch/CompilerGym/issues/55): Polybench
# dataset has `optnone` function attribute set, requires rebuild.
# LegacyDataset(
# name="polybench-v0",
# url="https://dl.fbaipublicfiles.com/compiler_gym/llvm_bitcodes-10.0.0-polybench-v0.tar.bz2",
# license="BSD 3-Clause",
# description="https://github.com/ctuning/ctuning-programs",
# compiler="llvm-10.0.0",
# file_count=27,
# size_bytes=162624,
# sha256="968087e68470e5b44dc687dae195143000c7478a23d6631b27055bb3bb3116b1",
# ),
LegacyDataset(
name="tensorflow-v0",
url="https://dl.fbaipublicfiles.com/compiler_gym/llvm_bitcodes-10.0.0-tensorflow-v0.tar.bz2",
Expand Down

0 comments on commit f9ebb0c

Please sign in to comment.