We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bbeac commit f04e572Copy full SHA for f04e572
.github/workflows/early_integration.yaml
@@ -99,14 +99,17 @@ jobs:
99
- name: Checkout Kokkos devel branch
100
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
101
with:
102
+ repository: kokkos/kokkos
103
path: vendor/kokkos
104
- name: Checkout Kokkos Kernels devel branch
105
106
107
+ repository: kokkos/kokkos-kernels
108
path: vendor/kokkos-kernels
109
- name: Checkout Kokkos-fft devel branch
110
111
112
+ repository: kokkos/kokkos-fft
113
path: vendor/kokkos-fft
114
- name: Test
115
id: test
0 commit comments