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
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
When all conditions below are met, the linker error occurs.
use Generate Relocatable Device Code (it works well without -rdc=true)
choose computing capability >=3.5 (I tried 3.5, 5.0 and 5.2 with no luck, but compute_30,sm_30 works well)
invoke thrust::device_vector::resize() (not sure whether there are other functions with the same issue, but the similar function thrust::device_vector::reserve() works fine)
I tried with the lastest commit 3e6b4ff but with no luck.