Skip to content

Commit 47ec76b

Browse files
dkarraschmaleadt
andauthored
Reduce load time by shifting mul! definition (#1904)
Co-authored-by: Tim Besard <[email protected]>
1 parent b7420f8 commit 47ec76b

File tree

4 files changed

+228
-205
lines changed

4 files changed

+228
-205
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
- "1.6"
3535
- "1.7"
3636
- "1.8"
37-
- "1.9-nightly"
37+
- "1.9"
3838
- "nightly"
3939
adjustments:
4040
- with:

Manifest.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,17 @@ version = "0.1.9"
9999

100100
[[GPUArrays]]
101101
deps = ["Adapt", "GPUArraysCore", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "Serialization", "Statistics"]
102-
git-tree-sha1 = "9ade6983c3dbbd492cf5729f865fe030d1541463"
102+
git-tree-sha1 = "23ac0f43c861cef28338b6129ac7afc6f52b4d2f"
103+
repo-rev = "master"
104+
repo-url = "https://github.com/JuliaGPU/GPUArrays.jl.git"
103105
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
104-
version = "8.6.6"
106+
version = "8.7.0"
105107

106108
[[GPUArraysCore]]
107109
deps = ["Adapt"]
108-
git-tree-sha1 = "1cd7f0af1aa58abc02ea1d872953a97359cb87fa"
110+
git-tree-sha1 = "2d6ca471a6c7b536127afccfa7564b5b39227fe0"
109111
uuid = "46192b85-c4d5-4398-a991-12ede77f4527"
110-
version = "0.1.4"
112+
version = "0.1.5"
111113

112114
[[GPUCompiler]]
113115
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "TimerOutputs", "UUIDs"]

0 commit comments

Comments
 (0)