Skip to content
#

thrust

Here are 36 public repositories matching this topic...

thrust
jrhemstad
jrhemstad commented May 12, 2022

It is a very common pitfall of Thrust users to attempt to use a __device__ lambda with Thrust algorithms or iterators that fails in silent or obscure ways.

This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically

type: enhancement P1: should have good first issue compiler: nvcc

Improve this page

Add a description, image, and links to the thrust topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thrust topic, visit your repo's landing page and select "manage topics."

Learn more