Skip to content

Commit 125a082

Browse files
authored
Fall back to GPUArrays 1.12 handling
1 parent 480ab50 commit 125a082

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CEnum = "0.4, 0.5"
5252
ChainRulesCore = "1"
5353
EnzymeCore = "0.8"
5454
ExprTools = "0.1"
55-
GPUArrays = "11.3.1"
55+
GPUArrays = "11.3.4"
5656
GPUCompiler = "1"
5757
GPUToolbox = "0.1.0, 0.2, 0.3, 1"
5858
KernelAbstractions = "0.9.2"

src/blas/highlevel.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
rocblas_size(t::Char, M::ROCVecOrMat) = (size(M, t=='N' ? 1 : 2), size(M, t=='N' ? 2 : 1))
22

3-
@static if VERSION v"1.12.0-rc"
4-
# we need to use the generic wrapper to avoid dispatch to the 2x2or3x3 method
5-
using LinearAlgebra: generic_matmatmul_wrapper!, BlasFlag, _symm_hemm_generic!
6-
end
7-
83
#
94
# BLAS 1
105
#

0 commit comments

Comments
 (0)