Skip to content

Intel GPU support (xpu) #1245

Intel GPU support (xpu)

Intel GPU support (xpu) #1245

Workflow file for this run

name: Ubuntu CI
permissions: {}
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ubuntu:
permissions:
contents: read
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Set up Python version
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run Open3D-ML tests (CPU wheel, no torch parity)
env:
GH_TOKEN: ${{ github.token }}
run: ./ci/run_ci.sh cpu