From 335b5f50e3fd472537cfc1cfe5f05e7b775f817f Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Thu, 20 Jul 2023 11:41:17 +0100 Subject: [PATCH] add todo. --- devito/operator/xdsl_operator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devito/operator/xdsl_operator.py b/devito/operator/xdsl_operator.py index a32d8c3dc6..7624674737 100644 --- a/devito/operator/xdsl_operator.py +++ b/devito/operator/xdsl_operator.py @@ -151,6 +151,8 @@ def _jit_compile(self): if is_gpu: cflags += " -lmlir_cuda_runtime " + # TODO More detailed error handling manually, + # instead of relying on a bash-only feature. cmd = 'set -eo pipefail; '\ f'xdsl-opt -p {xdsl_pipeline} |' \ f'mlir-opt -p {mlir_pipeline} | ' \