Skip to content

Commit 86d509b

Browse files
committed
Fix cut&paste bug in cub.h
1 parent 314577d commit 86d509b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • include/matx/transforms

include/matx/transforms/cub.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,6 @@ void cub_reduce(OutputTensor &a_out, const InputOperator &a, typename InputOpera
11751175
param_type>::GetCubParams(a_out, a, stream);
11761176
using cache_val_type = detail::matxCubPlan_t<OutputTensor, InputOperator, detail::CUB_OP_REDUCE, param_type>;
11771177
detail::GetCache().LookupAndExec<detail::cub_cache_t>(
1178-
&cub_reduce(a_out, a, init, stream),
11791178
detail::GetCacheIdFromType<cache_val_type>(),
11801179
params,
11811180
[&]() {

0 commit comments

Comments
 (0)