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
But when I run the ./demo at build folder, the simulated result looks like strange(as picture shows), It seems the octoswarm doesn't has the length constraint at two nodes, how could I solve this queation? I also tryd the nvidia-docker to compile the code , but my GPU is RTX 3060 ti, it only support CUDA 11.X, would you please provide a new version of code that runs well on RTX GPU cards or other advices to fixed this problem? thank you!
The text was updated successfully, but these errors were encountered:
Thanks for your great work, I found that the project use some old version of dependencies, that I can't compile succed on my machine:
after I check the error information of compile, I add these options and compile succed.
I also add header files.
// Viper/CudaUtils.cuh #include <thrust/host_vector.h>
But when I run the
./demo
at build folder, the simulated result looks like strange(as picture shows), It seems theoctoswarm
doesn't has the length constraint at two nodes, how could I solve this queation? I also tryd the nvidia-docker to compile the code , but my GPU is RTX 3060 ti, it only support CUDA 11.X, would you please provide a new version of code that runs well on RTX GPU cards or other advices to fixed this problem? thank you!The text was updated successfully, but these errors were encountered: