This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
CUDA Thrust in CUDA V11.0 Runtime Check #3 exception on debug compilation #1282
Labels
duplicate
Already exists.
The bug only occurs during debug compilation of the code using Visual Studio 16.7.3.
The bug is a result of unallocated variables in the header.
I think this is an issue with VS2019 and CUDA 11 the stack overflow link below describes what I'm seeing.
https://stackoverflow.com/questions/63888117/unable-to-create-a-thrust-device-vector
If you try to compile my example using CUDA 11, VS 16.7.3 and with x64 debug profile you'll get the error. I'm trying to help you improve your product please be patient...
The compilation results in C4700 warnings origination from the thrust device vector headers.
See the following link for a description:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-and-level-4-c4700?view=vs-2019
The text was updated successfully, but these errors were encountered: