[BUG]: thrust::device_vector
does not compile with large element type
#2777
Labels
bug
Something isn't working right.
Is this a duplicate?
Type of Bug
Compile-time Error
Component
Thrust
Describe the bug
thrust::device_vector
cannot be used with large element type (sizeof(T) ~ 32kb).Any fill kernel or initialization kernel will fail to compile because constant memory space for kernel parameters are exceeded.
How to Reproduce
Expected behavior
device_vector can be used with large types.
Reproduction link
https://godbolt.org/z/88v1ffcYh
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: