Skip to content

Commit 5fb2cbe

Browse files
committed
Just a workaround to not use the broken simd vector size
1 parent ce2a577 commit 5fb2cbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PLUGIN/CUDACPP_OUTPUT/madgraph/iolibs/template_files/mg7

PLUGIN/CUDACPP_OUTPUT/madgraph/iolibs/template_files/mg7/madevent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def load_cards(self) -> None:
113113
self.subprocess_data = json.load(f)
114114

115115
def init_backend(self) -> None:
116-
ms.set_simd_vector_size(self.run_card["run"]["simd_vector_size"])
116+
# ms.set_simd_vector_size(self.run_card["run"]["simd_vector_size"])
117117
ms.set_thread_count(self.run_card["run"]["thread_pool_size"])
118118

119119
def init_event_dir(self) -> None:

0 commit comments

Comments
 (0)