From f6e2c6819ac8b284d71e868c4274d66db10b97bc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Jun 2025 01:11:22 +0000 Subject: [PATCH] CompatHelper: bump compat for SPIRVIntrinsics to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3699e4d..2005263 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ KernelAbstractions = "0.9.1" LLVM = "6, 7, 8, 9" NEO_jll = "=24.26.30049" Preferences = "1" -SPIRVIntrinsics = "0.2" +SPIRVIntrinsics = "0.2, 0.3" SPIRV_LLVM_Translator_jll = "20" SpecialFunctions = "1.3, 2" StaticArrays = "1"