Commit ce86f18b authored by gbalduzz's avatar gbalduzz
Browse files

fixup! If only one accumulator is used, set stream of G4 allocation and do not...

fixup! If only one accumulator is used, set stream of G4 allocation and do not use atomics in its update.
parent e759db8d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

#include <array>
#include <cassert>
#include <complex>
#include <cuda.h>
#include <cuda_runtime.h>

@@ -22,9 +23,7 @@
#include "dca/linalg/util/complex_operators_cuda.cu.hpp"
#include "dca/linalg/util/error_cuda.hpp"
#include "dca/phys/dca_step/cluster_solver/shared_tools/accumulation/tp/g4_helper.cuh"
#include "../../../../../../../include/dca/phys/four_point_type.hpp"
#include "../../../../../../../../../../../usr/include/c++/8/complex"
#include "../../../../../../../../../../../usr/local/cuda-9.1/include/driver_types.h"
#include "dca/phys/four_point_type.hpp"

namespace dca {
namespace phys {