Skip to content

Add BF16->FP32 emulation #70

Add BF16->FP32 emulation

Add BF16->FP32 emulation #70

Workflow file for this run

# 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