Add BF16->FP32 emulation #70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: 2025 SeisSol Group | |
| # | |
| # SPDX-License-Identifier: MIT | |
| # SPDX-LicenseComments: Full text under /LICENSE and /LICENSES/ | |
| # | |
| # SPDX-FileContributor: Author lists in /AUTHORS and /CITATION.cff | |
| name: pre-commit | |
| on: | |
| - push | |
| jobs: | |
| pre-commit: | |
| name: pre-commit | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| with: | |
| submodules: recursive | |
| - uses: pre-commit/action@v3.0.1 |