Skip to content

Commit

Permalink
temp debugging
Browse files Browse the repository at this point in the history
[skip-rapids][skip-vdc][skip-docs]
  • Loading branch information
alliepiper committed Jan 30, 2025
1 parent 404c846 commit 0b26703
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'}
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions ci/windows/build_thrust.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b26703

Please sign in to comment.