We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb7763e + 1ff1a40 commit 43c2030Copy full SHA for 43c2030
2 files changed
.github/workflows/Ubuntu.yml
@@ -26,10 +26,6 @@ jobs:
26
cuda: "13.0.2"
27
gcc: 13
28
config: Debug
29
- - os: ubuntu-24.04
30
- cuda: "12.6.0"
31
- gcc: 13
32
- config: Debug
33
- os: ubuntu-22.04
34
cuda: "12.0.0"
35
gcc: 11
cuBQL/traversal/aggregateApproximate.h
@@ -180,11 +180,11 @@ namespace cuBQL {
180
}
181
182
if (node.count != 0) {
183
- for (int i=0;i<node.count;i++)
184
- processPrim(result,
185
- queryPrim,
186
- bvh.primIDs[node.offset+i],
187
- primitives);
+ for (int i=0;i<node.count;i++)
+ perPrimFct(result,
+ queryPrim,
+ bvh.primIDs[node.offset+i],
+ primitives);
188
189
// ------------------------------------------------------------------
190
// pop next un-traversed node from stack, discarding any nodes
0 commit comments