Skip to content

Commit 34ec964

Browse files
committed
buffer for numerators cannot be aligned, it depends on the number of
diagrams which not necessarily align well
1 parent 90973b4 commit 34ec964

File tree

1 file changed

+1
-1
lines changed
  • epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu

1 file changed

+1
-1
lines changed

epochX/cudacpp/CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/madgraph/iolibs/template_files/gpu/MemoryBuffers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ namespace mg5amcCpu
279279

280280
#ifndef MGONGPUCPP_GPUIMPL
281281
// A class encapsulating a C++ host buffer for gs
282-
typedef HostBuffer<fptype, sizePerEventNumerators, HostBufferALIGNED> HostBufferNumerators;
282+
typedef HostBuffer<fptype, sizePerEventNumerators, HostBufferMISALIGNED> HostBufferNumerators;
283283
#else
284284
// A class encapsulating a CUDA pinned host buffer for gs
285285
typedef PinnedHostBuffer<fptype, sizePerEventNumerators> PinnedHostBufferNumerators;

0 commit comments

Comments
 (0)