Introduce DeviceStreamManager
[alexxy/gromacs.git] / src / gromacs / gpu_utils / tests / CMakeLists.txt
index f1f977877913aa643752ac48adf09a3cfa098793..792b481f8a329438e932eb8859f4e0bf3e92e47b 100644 (file)
@@ -51,14 +51,15 @@ gmx_add_unit_test(GpuUtilsUnitTests gpu_utils-test
         typecasts_runner.cu
 
     CUDA_CPP_SOURCE_FILES
+        device_stream_manager.cpp
         pinnedmemorychecker.cpp
         typecasts.cpp
         typecasts_runner.cpp
-        
+
     OPENCL_CPP_SOURCE_FILES
         devicetransfers_ocl.cpp
-    
+
     NON_GPU_CPP_SOURCE_FILES
+        device_stream_manager.cpp
         devicetransfers.cpp
-    
     )