Skip to content
Snippets Groups Projects
Commit a2a6cdda authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove collision download

parent 468170fe
No related branches found
No related tags found
No related merge requests found
Pipeline #29115 failed
...@@ -610,7 +610,9 @@ void CUDARender::_end() { ...@@ -610,7 +610,9 @@ void CUDARender::_end() {
LOG(INFO) << "ABOUT TO COPY COLLISIONS"; LOG(INFO) << "ABOUT TO COPY COLLISIONS";
cudaSafeCall(cudaMemcpyAsync(collisions_host_, collisions_, sizeof(ftl::cuda::Collision)*1024, cudaMemcpyDeviceToHost, stream_)); //cudaSafeCall(cudaMemcpyAsync(collisions_host_, collisions_, sizeof(ftl::cuda::Collision)*1024, cudaMemcpyDeviceToHost, stream_));
collisions_host_[0].screen = 0;
LOG(INFO) << "SYNC STREAM"; LOG(INFO) << "SYNC STREAM";
cudaSafeCall(cudaStreamSynchronize(stream_)); cudaSafeCall(cudaStreamSynchronize(stream_));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment