Skip to content

Commit

Permalink
add todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Jul 20, 2023
1 parent 8e5e7ae commit 335b5f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devito/operator/xdsl_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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} | ' \
Expand Down

0 comments on commit 335b5f5

Please sign in to comment.