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.
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.