Commit 23faebb
committed
fix ambiguity error in Julia 1.12
The linked LinearAlgebra.jl method only defines this for `StridedMatrix`
as first argument and `tA` and `tB` restricted to `AbstractChar`, same
goes for the fallback GPUCompiler.jl method as well as JuliaGPU/CUDA.jl#2888.
Should fix the ambiguity errors we are seeing on CI1 parent ba77927 commit 23faebb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
0 commit comments