Loading test/unit/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator_complex_g0_gpu_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -178,11 +178,11 @@ TYPED_TEST(TpAccumulatorComplexG0GpuTest, Accumulate) { writer_h5.execute("accumulatorHOST_" + channel_str, accumulatorHost.get_G4()[channel]); writer_h5.execute("accumulatorDevice_" + channel_str, accumulatorDevice.get_G4()[channel]); } #ifndef NDEBUG writer_h5.execute("accumulatorDevice_G_0", accumulatorDevice.get_G_Debug()[0]); writer_h5.execute("accumulatorDevice_G_1", accumulatorDevice.get_G_Debug()[1]); writer_h5.execute("accumulatorHOST_G", accumulatorHost.get_G_Debug()); #ifndef NDEBUG const auto& G_up = accumulatorDevice.get_G_Debug()[0]; const auto& G_down = accumulatorDevice.get_G_Debug()[1]; using Parameters = decltype(this->host_setup.parameters_); Loading test/unit/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator_multiband_gpu_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -142,11 +142,11 @@ TYPED_TEST(TpAccumulatorGpuTest, Accumulate) { writer_h5.execute("accumulatorHOST_" + channel_str, accumulatorHost.get_G4()[channel]); writer_h5.execute("accumulatorDevice_" + channel_str, accumulatorDevice.get_G4()[channel]); } #ifndef NDEBUG writer_h5.execute("accumulatorDevice_G_0", accumulatorDevice.get_G_Debug()[0]); writer_h5.execute("accumulatorDevice_G_1", accumulatorDevice.get_G_Debug()[1]); writer_h5.execute("accumulatorHOST_G", accumulatorHost.get_G_Debug()); #ifndef NDEBUG const auto& G_up = accumulatorDevice.get_G_Debug()[0]; const auto& G_down = accumulatorDevice.get_G_Debug()[1]; using Parameters = decltype(this->host_setup.parameters_); Loading Loading
test/unit/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator_complex_g0_gpu_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -178,11 +178,11 @@ TYPED_TEST(TpAccumulatorComplexG0GpuTest, Accumulate) { writer_h5.execute("accumulatorHOST_" + channel_str, accumulatorHost.get_G4()[channel]); writer_h5.execute("accumulatorDevice_" + channel_str, accumulatorDevice.get_G4()[channel]); } #ifndef NDEBUG writer_h5.execute("accumulatorDevice_G_0", accumulatorDevice.get_G_Debug()[0]); writer_h5.execute("accumulatorDevice_G_1", accumulatorDevice.get_G_Debug()[1]); writer_h5.execute("accumulatorHOST_G", accumulatorHost.get_G_Debug()); #ifndef NDEBUG const auto& G_up = accumulatorDevice.get_G_Debug()[0]; const auto& G_down = accumulatorDevice.get_G_Debug()[1]; using Parameters = decltype(this->host_setup.parameters_); Loading
test/unit/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/tp_accumulator_multiband_gpu_test.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -142,11 +142,11 @@ TYPED_TEST(TpAccumulatorGpuTest, Accumulate) { writer_h5.execute("accumulatorHOST_" + channel_str, accumulatorHost.get_G4()[channel]); writer_h5.execute("accumulatorDevice_" + channel_str, accumulatorDevice.get_G4()[channel]); } #ifndef NDEBUG writer_h5.execute("accumulatorDevice_G_0", accumulatorDevice.get_G_Debug()[0]); writer_h5.execute("accumulatorDevice_G_1", accumulatorDevice.get_G_Debug()[1]); writer_h5.execute("accumulatorHOST_G", accumulatorHost.get_G_Debug()); #ifndef NDEBUG const auto& G_up = accumulatorDevice.get_G_Debug()[0]; const auto& G_down = accumulatorDevice.get_G_Debug()[1]; using Parameters = decltype(this->host_setup.parameters_); Loading