You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sort function will perform illegal memory access when dealing with large meshes and with TBB backend enabled. This can be checked by enabling the address sanitizer.
Note that thrust have quite a lot of undefined behavior if you enable the UB sanitizer...
Not sure if this is related to it. I will find some time to try to reproduce it with a pure thrust program.
The sort function will perform illegal memory access when dealing with large meshes and with TBB backend enabled. This can be checked by enabling the address sanitizer.
Build instruction:
Run the following test:
The text was updated successfully, but these errors were encountered: