From bb31760be4d152b41ebd1551a38d29d2e1caa5a6 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Mon, 15 May 2023 17:12:33 +0200 Subject: [PATCH] Require +SPIRV_LLVM_Translator_unified_jll=0.2 for all of oneAPI 1.x. --- O/oneAPI/Compat.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/O/oneAPI/Compat.toml b/O/oneAPI/Compat.toml index ec47f3667b2cf61..3887b36d6a25a5c 100644 --- a/O/oneAPI/Compat.toml +++ b/O/oneAPI/Compat.toml @@ -90,6 +90,9 @@ GPUCompiler = "0.15-0.17" LLVM = "4" oneAPI_Support_jll = "0.2" +["1.0-1"] +SPIRV_LLVM_Translator_unified_jll = "0.2" + ["1.1-1"] LLVM = "5" @@ -109,4 +112,3 @@ oneAPI_Support_jll = "0.2.2-0.2" ["1.2.2-1"] Preferences = "1" -SPIRV_LLVM_Translator_unified_jll = "0.2"