cost 440 ms
CUB sum reduction with 2D pitched arrays

I am trying to perform a sum reduction using CUB and 2D arrays of type float/double. Although it works for certain combinations of rows+columns, for r ...

2021-03-10 20:06:50   1   29    cuda / cub  
CUB sort with iterator

I would like to transform values and sort them in one go, like this: However, SortKeys requires raw pointers instead of the iterators. Is it possib ...

dot_product with CUDA_CUB

I have tested the reduction sum(as shown in above code snippet) with cuda cub successfully, I want to perform the inner product of two vectors based ...

CUB reduction using 2D grid of blocks

I'm trying to make a sum using the CUB reduction method. The big problem is: I'm not sure how to return the values of each block to the Host when usi ...

2018-06-01 23:03:56   1   189    cuda / cub  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM