We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b8bbec + a94d3eb commit 0b32e06Copy full SHA for 0b32e06
1 file changed
cuBQL/builder/cuda/refit_aggregate.h
@@ -23,7 +23,7 @@ namespace cuBQL {
23
>
24
void refit_aggregate(BinaryBVH<T,D> bvh,
25
AggregateNodeData *d_aggregateNodeData,
26
- void (*aggregateFct)(bvh3f,
+ void (*aggregateFct)(BinaryBVH<T,D>,
27
AggregateNodeData[],
28
int),
29
cudaStream_t s =0,
@@ -35,7 +35,7 @@ namespace cuBQL {
35
__global__
36
void refit_aggregate_run(BinaryBVH<T,D> bvh,
37
AggregateNodeData *aggregateNodeData,
38
39
40
41
uint32_t *refitData)
@@ -77,7 +77,7 @@ namespace cuBQL {
77
typename AggregateNodeData>
78
79
80
81
82
83
cudaStream_t s,
0 commit comments