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:
@@ -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 ***********
|
||||
|
||||
|
||||
Reference in New Issue
Block a user