{
    "tests": [
        {
            "name": "single conv layer - Hw compared against model",
            "program": "${ROOT_DIR}/poplibs/tools/single_conv_layer_random.py",
            "args": [
                "--seed", "${TEST_SEED}",
                "--device-type", "Hw",
                "--ipus", "1",
                "--binary", "${BUILD_DIR}/build/poplibs/tools/single_conv_layer"
            ],
            "env": {
              "POPLAR_RUNTIME_OPTIONS": "{\"target.hostSyncTimeout\": \"600.0\"}"
            },
            "testArgs": {
                "timeout": 1200,
                "skip": [77, 245],
                "bailout": 10
            },
            "weight": 0.9
        },
        {
            "name": "single conv layer - Hw compared against previous runs",
            "program": "${ROOT_DIR}/poplibs/tools/single_conv_layer_random.py",
            "args": [
                "--seed", "${TEST_SEED}",
                "--device-type", "Hw",
                "--num-determinism-checks", "5",
                "--ipus", "1",
                "--binary", "${BUILD_DIR}/build/poplibs/tools/single_conv_layer"
            ],
            "env": {
              "POPLAR_RUNTIME_OPTIONS": "{\"target.hostSyncTimeout\": \"600.0\"}"
            },
            "testArgs": {
                "timeout": 1200,
                "skip": [77, 245],
                "bailout": 10
            },
            "weight": 0.1
        }
    ]
}
