Skip to content

Implement kernels for in-place pow, remainder, and bitwise operators #3996

Implement kernels for in-place pow, remainder, and bitwise operators

Implement kernels for in-place pow, remainder, and bitwise operators #3996

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Version of clang-format
run: |
clang-format --version
- uses: pre-commit/[email protected]