Skip to content

update all places that use parse_decl_from_source #302

update all places that use parse_decl_from_source

update all places that use parse_decl_from_source #302

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-builder:
needs:
- checks
- tests
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
enable_check_generated_files: false
tests:
name: Run build and tests (A100, 12.5)
needs: checks
secrets: inherit
uses: ./.github/workflows/setup_build_test.yaml
with:
ubuntu_version: "22.04"
cuda_version: "12.5"
python_version: "3.10"
GPU: "a100"
CPU: "arm64"