compiler_gym/envs/gcc/datasets/chstone.py [51:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        site_data_base: Path,
        sort_order: int = 0,
    ):
        super().__init__(
            name="benchmark://chstone-v0",
            description="Benchmarks for C-based High-Level Synthesis",
            references={
                "Paper": "http://www.yxi.com/applications/iscas2008-300_1027.pdf",
                "Homepage": "http://www.ertl.jp/chstone/",
            },
            license="Mixture of open source and public domain licenses",
            site_data_base=site_data_base,
            tar_urls=[
                "https://github.com/ChrisCummins/patmos_HLS/archive/e62d878ceb91e5a18007ca2e0a9602ee44ff7d59.tar.gz"
            ],
            tar_sha256="f7acab9d3c3dc7b971e62c8454bc909d84bddb6d0a96378e41beb94231739acb",
            strip_prefix="patmos_HLS-e62d878ceb91e5a18007ca2e0a9602ee44ff7d59/benchmarks/CHStone",
            tar_compression="gz",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



compiler_gym/envs/llvm/datasets/chstone.py [50:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        site_data_base: Path,
        sort_order: int = 0,
    ):
        super().__init__(
            name="benchmark://chstone-v0",
            description="Benchmarks for C-based High-Level Synthesis",
            references={
                "Paper": "http://www.yxi.com/applications/iscas2008-300_1027.pdf",
                "Homepage": "http://www.ertl.jp/chstone/",
            },
            license="Mixture of open source and public domain licenses",
            site_data_base=site_data_base,
            tar_urls=[
                "https://github.com/ChrisCummins/patmos_HLS/archive/e62d878ceb91e5a18007ca2e0a9602ee44ff7d59.tar.gz"
            ],
            tar_sha256="f7acab9d3c3dc7b971e62c8454bc909d84bddb6d0a96378e41beb94231739acb",
            strip_prefix="patmos_HLS-e62d878ceb91e5a18007ca2e0a9602ee44ff7d59/benchmarks/CHStone",
            tar_compression="gz",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



