File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
88
with :
89
89
build_type : pull-request
90
90
enable_check_symbols : true
91
- symbol_exclusions : (void (thrust::|cub::)|raft_cutlass )
91
+ symbol_exclusions : (void (thrust::|cub::))
92
92
conda-python-build :
93
93
needs : conda-cpp-build
94
94
secrets : inherit
Original file line number Diff line number Diff line change 23
23
date : ${{ inputs.date }}
24
24
sha : ${{ inputs.sha }}
25
25
enable_check_symbols : true
26
- symbol_exclusions : (void (thrust::|cub::)|raft_cutlass )
26
+ symbol_exclusions : (void (thrust::|cub::))
27
27
conda-cpp-tests :
28
28
secrets : inherit
29
29
uses :
rapidsai/shared-workflows/.github/workflows/[email protected]
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ class PairwiseDistanceEpilogueElementwise {
61
61
using ElementT = ElementT_;
62
62
static int const kElementsPerAccess = ElementsPerAccess;
63
63
static int const kCount = kElementsPerAccess ;
64
+ static bool const kIsSingleSource = true ;
64
65
65
66
using DistanceOp = DistanceOp_;
66
67
using FinalOp = FinalOp_;
You can’t perform that action at this time.
0 commit comments