Loading tests/benchmarks/array-operations.h +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ benchmarkArrayOperations( Benchmark & benchmark, hostArray = deviceArray; }; #ifdef HAVE_CUDA benchmark.setOperation( "copy (operator=)", datasetSize, basetime ); benchmark.setOperation( "copy (operator=)", datasetSize ); benchmark.time( reset1, "CPU->GPU", copyAssignHostCuda, "GPU->CPU", copyAssignCudaHost ); Loading Loading
tests/benchmarks/array-operations.h +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ benchmarkArrayOperations( Benchmark & benchmark, hostArray = deviceArray; }; #ifdef HAVE_CUDA benchmark.setOperation( "copy (operator=)", datasetSize, basetime ); benchmark.setOperation( "copy (operator=)", datasetSize ); benchmark.time( reset1, "CPU->GPU", copyAssignHostCuda, "GPU->CPU", copyAssignCudaHost ); Loading