Skip to content

ROCP_SDK: Enable multi-GPU functionality. #55

ROCP_SDK: Enable multi-GPU functionality.

ROCP_SDK: Enable multi-GPU functionality. #55

name: rocp_sdk
on:
pull_request:
# run CI only if rocp_sdk directory or rocp_sdk sub-directories receive updates
paths:
- 'src/components/rocp_sdk/**'
# allows you to run this workflow manually from the Actions tab
workflow_dispatch:
permissions:
contents: read
jobs:
component_tests:
strategy:
matrix:
component: [rocp_sdk]
debug: [yes, no]
shlib: [with, without]
fail-fast: false
runs-on: [self-hosted, gpu_amd]
timeout-minutes: 60
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: rocp_sdk component tests
run: .github/workflows_scripts/ci_individual_component.sh ${{matrix.component}} ${{matrix.debug}} ${{matrix.shlib}}