1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 02:33:03 +00:00

Adding CPU and GPU multicorrelators unit tests

This commit is contained in:
Javier Arribas
2016-06-17 12:48:31 +02:00
parent 919bbe4e7a
commit c8d7a607f8
5 changed files with 350 additions and 1 deletions

View File

@@ -198,7 +198,7 @@ bool cuda_multicorrelator::init_cuda_integrated_resampler(
//********* ZERO COPY VERSION ************
// Set flag to enable zero copy access
// Optimal in shared memory devices (like Jetson K1)
cudaSetDeviceFlags(cudaDeviceMapHost);
//cudaSetDeviceFlags(cudaDeviceMapHost);
//******** CudaMalloc version ***********