StackOverflow Questions for Tag: thrust

Chris
Chris

Reputation: 47

Why does transform_reduce result differ from the result of transform & reduce?

Score: 3

Views: 322

Answers: 1

Read More
RichardSmithLab
RichardSmithLab

Reputation: 21

CUDA Thrust object shared between .cu and .cpp files

Score: 0

Views: 108

Answers: 1

Read More
Treeman
Treeman

Reputation: 106

CUB reduce_by_key

Score: 2

Views: 77

Answers: 1

Read More
batman216
batman216

Reputation: 67

When using thrust, is it legitimate to create a std::array inside a __host__ __device__ functor?

Score: 1

Views: 98

Answers: 1

Read More
Dylan
Dylan

Reputation: 79

CUDA thrust iterator: how to use iterator to implement efficient fill and copy on device_vectors?

Score: 1

Views: 1073

Answers: 1

Read More
mchen
mchen

Reputation: 10136

Does CUDA's thrust::inclusive_scan() have an 'init' parameter?

Score: 2

Views: 838

Answers: 2

Read More
DocWho
DocWho

Reputation: 11

Is it possible to overcome the maximum number of iterators in thrust::zip_iterator?

Score: 0

Views: 124

Answers: 1

Read More
kiragon kiriyo
kiragon kiriyo

Reputation: 25

Optimizing Complex Number Computations for GPU with Thrust: Seeking Efficient Migration Advice

Score: 1

Views: 86

Answers: 0

Read More
Matt
Matt

Reputation: 20766

Unable to include thrust/host_vector.h and others with CUDA 12.5

Score: 1

Views: 122

Answers: 0

Read More
Nicolas Perrault
Nicolas Perrault

Reputation: 1

Can CUDA Thrust Kernels operate in parallel on multiple streams?

Score: 0

Views: 173

Answers: 1

Read More
Tom
Tom

Reputation: 518

How to asynchronously copy memory from the host to the device using thrust and CUDA streams

Score: 8

Views: 5990

Answers: 2

Read More
0xbadf00d
0xbadf00d

Reputation: 18178

Attempt to use an extended __device__ lambda in a context that requires querying its return type in host code

Score: 2

Views: 476

Answers: 2

Read More
Bilal
Bilal

Reputation: 3855

Findthrust.cmake (math) math cannot parse the expression

Score: 0

Views: 373

Answers: 0

Read More
Marco
Marco

Reputation: 887

Copy from std::deque to thrust device_vector

Score: 2

Views: 437

Answers: 1

Read More
jinxst
jinxst

Reputation: 11

CUDA Sort Z-Axis 3D Array C++/Thrust

Score: 1

Views: 363

Answers: 1

Read More
Ashwin Nanjappa
Ashwin Nanjappa

Reputation: 78468

Thrust inside user written kernels

Score: 49

Views: 25166

Answers: 5

Read More
Seb Seb
Seb Seb

Reputation: 23

Using thrust to handle vectors in CUDA classes?

Score: 0

Views: 852

Answers: 1

Read More
riversandroads
riversandroads

Reputation: 1

Can not find thrust/universal_vector.h in the Thrust library which is included in the CUDA Toolkit

Score: 0

Views: 354

Answers: 1

Read More
Giulia
Giulia

Reputation: 95

Thrust: how to get the number of elements copied by the copy_if function when using device_ptr

Score: 2

Views: 1904

Answers: 1

Read More
user2991422
user2991422

Reputation: 77

Thrust Gathering/Filtering

Score: 3

Views: 2710

Answers: 1

Read More
PreviousPage 1Next