Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

autotuner should catch compilation failures #193

Closed
@skimo-openhub

Description

@skimo-openhub

By its very nature, the autotuner is not deterministic.
It may sometimes uncover compilation failures on the CI,
but these cause an abort instead of printing the feature vector
that could be used to reproduce the issue.
See, e.g., #181.

We probably need to redefine the CHECK macros to throw an exception,
at least when run under the autotuner.
Unfortunately, calling google::InstallFailureFunction to set a function that
throws an exception does not have the desired effect.
See also google/glog#249

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions