Skip to content
Snippets Groups Projects
Commit 4e81f32a authored by Christopher Rob Jones's avatar Christopher Rob Jones Committed by Rosen Matev
Browse files

Merge branch 'allen_cuda_build_fix' into 'master'

Fix CUDA stack build

See merge request !1842

(cherry picked from commit b96f8dba)
parent 0d6ae2f8
No related branches found
No related tags found
No related merge requests found
Pipeline #4745039 passed
......@@ -8,10 +8,11 @@
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import run_allen, Options
from RecoConf.hlt1_allen import allen_gaudi_node
from Moore import Options
def allen_hlt1_production(options: Options):
from Moore import run_allen
from RecoConf.hlt1_allen import allen_gaudi_node
with allen_gaudi_node.bind(sequence="hlt1_pp_default"):
return run_allen(options)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment