Skip to content

Fixed CUDA build after geometry module refactoring. #262

Fixed CUDA build after geometry module refactoring.

Fixed CUDA build after geometry module refactoring. #262

Workflow file for this run

name: PR:5.x
on:
pull_request:
branches:
- 5.x
jobs:
Linux:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-Linux.yaml@geometry_module
with:
workflow_branch: geometry_module
Ubuntu2404-ARM64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml@geometry_module
Ubuntu2404-ARM64-FastCV:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-ARM64-FastCV.yaml@geometry_module
Ubuntu2004-x64-CUDA:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-U20-Cuda.yaml@geometry_module
Windows10-x64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-W10.yaml@geometry_module
macOS-ARM64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml@geometry_module
macOS-X64:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml@geometry_module
Linux-RISC-V-Clang:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-5.x-RISCV.yaml@geometry_module