From 3f8c038c8143b8c10510f9010939afdae562df36 Mon Sep 17 00:00:00 2001 From: Allison Piper Date: Thu, 30 Jan 2025 22:31:13 +0000 Subject: [PATCH] temp debugging [skip-rapids][skip-vdc][skip-docs] --- ci/matrix.yaml | 5 +++-- ci/windows/build_thrust.ps1 | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ci/matrix.yaml b/ci/matrix.yaml index 29ae09ca34f..d2e4e87cece 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -8,6 +8,7 @@ workflows: # - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']} # override: + - {jobs: ['build'], project: 'thrust', std: 'max', cxx: 'msvc'} pull_request: # Old CTK/compiler @@ -51,7 +52,7 @@ workflows: - {jobs: ['build'], project: 'cudax', ctk: ['curr'], std: 'all', cxx: ['gcc', 'clang'], cpu: 'arm64'} - {jobs: ['test'], project: 'cudax', ctk: ['curr'], std: 20, cxx: ['gcc12', 'clang', 'msvc'], gpu: 'rtx2080'} # Python and c/parallel jobs: - - {jobs: ['test'], project: ['cccl_c_parallel', 'python'], ctk: '12.6', gpu: 'rtx2080'} + - {jobs: ['test'], project: ['cccl_c_parallel', 'python'], gpu: 'rtx2080'} # cccl-infra: - {jobs: ['infra'], project: 'cccl', ctk: '12.0', cxx: ['gcc12', 'clang14'], gpu: 'rtx2080'} - {jobs: ['infra'], project: 'cccl', ctk: 'curr', cxx: ['gcc', 'clang'], gpu: 'rtx2080'} @@ -113,7 +114,7 @@ all_stds: [17, 20] ctk_versions: 12.0: { stds: [17, 20] } 12.5: { stds: [17, 20] } - 12.6: { stds: [17, 20], aka: 'curr' } + 12.8: { stds: [17, 20], aka: 'curr' } device_compilers: nvcc: # Version / stds are taken from CTK diff --git a/ci/windows/build_thrust.ps1 b/ci/windows/build_thrust.ps1 index bda86859fd4..f6d75746ffa 100644 --- a/ci/windows/build_thrust.ps1 +++ b/ci/windows/build_thrust.ps1 @@ -10,6 +10,10 @@ Param( [int]$CUDA_ARCH = 0 ) +Write-Host "TBB_ROOT: $env:TBB_ROOT" +Write-Host "PATH: $env:PATH" +exit 0 + $ErrorActionPreference = "Stop" $CURRENT_PATH = Split-Path $pwd -leaf