Skip to content

Add atan::asinh, atan::atan, atan::atan2, atan::atanh, atan::asin, atan::cosh #1809

Add atan::asinh, atan::atan, atan::atan2, atan::atanh, atan::asin, atan::cosh

Add atan::asinh, atan::atan, atan::atan2, atan::atanh, atan::asin, atan::cosh #1809

Workflow file for this run

name: pull
on:
pull_request:
types:
- opened
- synchronize
- reopened
- converted_to_draft
- ready_for_review
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: read-all
jobs:
preci-ut:
# Don't run on forked repos and draft PRs
if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) }}
name: preci-ut
uses: ./.github/workflows/_linux_ut.yml
with:
ut_suite: op_example,op_extended,op_ut,torch_xpu
runner: linux.idc.xpu