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
Received error message “member “prost::BlockDiags::cmem_counter_ [with T=float]” has already been defined”
It sounds like the template by default assumes a particular data type and I’m getting this error as a result. If I comment out this line I get further into the build but later get an error in cusolver.cu.
I am building with MSVC 2013 and Cuda 7.5 to mirror the confirmed build in Windows (Windows 7)
Update: Build was successful with code from commit 256ebfb. There appears to be an issue with the more recent updates.
The text was updated successfully, but these errors were encountered:
Received error message “member “prost::BlockDiags::cmem_counter_ [with T=float]” has already been defined”
It sounds like the template by default assumes a particular data type and I’m getting this error as a result. If I comment out this line I get further into the build but later get an error in cusolver.cu.
I am building with MSVC 2013 and Cuda 7.5 to mirror the confirmed build in Windows (Windows 7)
Update: Build was successful with code from commit 256ebfb. There appears to be an issue with the more recent updates.
The text was updated successfully, but these errors were encountered: