Skip to content

Commit

Permalink
CompatHelper: bump compat for GPUCompiler to 0.25, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#259)

* CompatHelper: bump compat for GPUCompiler to 0.25, (keep existing compat)

* Bump Manifest.

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Tim Besard <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 3445a31 commit f3030e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.5"
manifest_format = "2.0"
project_hash = "67c95e48b92cf80bdb2cbfc8401d817b3fca0d67"
project_hash = "3b100fde98aa700c485e512703839fa8e89cb14b"

[[deps.Adapt]]
deps = ["LinearAlgebra", "Requires"]
Expand Down Expand Up @@ -79,9 +79,9 @@ version = "0.1.5"

[[deps.GPUCompiler]]
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "TimerOutputs", "UUIDs"]
git-tree-sha1 = "5e4487558477f191c043166f8301dd0b4be4e2b2"
git-tree-sha1 = "a846f297ce9d09ccba02ead0cae70690e072a119"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "0.24.5"
version = "0.25.0"

[[deps.InteractiveUtils]]
deps = ["Markdown"]
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Adapt = "3"
CEnum = "0.4"
ExprTools = "0.1"
GPUArrays = "9"
GPUCompiler = "0.23, 0.24"
GPUCompiler = "0.23, 0.24, 0.25"
KernelAbstractions = "0.9.1"
LLVM = "6"
Metal_LLVM_Tools_jll = "~0.5"
Expand All @@ -42,8 +42,8 @@ julia = "1.8"
[extensions]
SpecialFunctionsExt = "SpecialFunctions"

[weakdeps]
[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[extras]
[weakdeps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

0 comments on commit f3030e3

Please sign in to comment.