Skip to content
Snippets Groups Projects
Unverified Commit 4551d8f8 authored by syaskovets's avatar syaskovets Committed by GitHub
Browse files

Merge pull request #2 from mosaic-group/cuda_launch_as_function

Cuda launch as function
parents 667506b1 a7bb585f
No related branches found
No related tags found
No related merge requests found
......@@ -645,7 +645,7 @@ struct vector_dist_op_compute_op<prp,false,comp_dev>
Point<n,int> comp_;
for (int i = 0 ; i < n ; i++) {comp_[i] = comp[i];}
CUDA_LAUNCH((compute_expr_ker_slice<prp,n>),ite,v,v_exp,comp);
CUDA_LAUNCH((compute_expr_ker_slice<prp,n>),ite,v,v_exp,comp_);
}
template<typename vector, typename expr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment