From f2b5e89485222bd5699d98691715d68a05fd9b48 Mon Sep 17 00:00:00 2001 From: mloubout Date: Sat, 18 Jan 2025 18:47:06 -0500 Subject: [PATCH] arch: switch sycl error to warning for no-compile codegen --- devito/arch/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devito/arch/compiler.py b/devito/arch/compiler.py index a8092e2fea..9f3721c46f 100644 --- a/devito/arch/compiler.py +++ b/devito/arch/compiler.py @@ -838,7 +838,7 @@ def __init_finalize__(self, **kwargs): language = kwargs.pop('language', configuration['language']) if language == 'sycl': - raise ValueError("Use SyclCompiler to jit-compile sycl") + raise warning("Use SyclCompiler to jit-compile sycl") elif language == 'openmp': # Earlier versions to OneAPI 2023.2.0 (clang17 underneath), have an