Skip to content

use functor for rms_norm kernels (#18) #114

use functor for rms_norm kernels (#18)

use functor for rms_norm kernels (#18) #114

Workflow file for this run

name: run unit tests on Intel PVC 1100.
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
run-unit-tests:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: build library
run: |
source /opt/oneapi/2025.1.2/setvars.sh --force
python setup.py develop
- name: Run unit tests
run: |
source /opt/oneapi/2025.1.2/setvars.sh --force
pytest -v -s tests/