File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ julia> AmulBq = :(for m ∈ 1:M, n ∈ 1:N
126
126
julia> lsAmulB = LoopVectorization.LoopSet(AmulBq);
127
127
128
128
julia> LoopVectorization.operations(lsAmulB)
129
- 6-element Array {LoopVectorization.Operation,1 }:
130
- var"##RHS#253 " = var"##zero#254 "
131
- C[m, n] = var"##RHS#253 "
132
- var"##tempload#255 " = A[m, k]
133
- var"##tempload#256 " = B[k, n]
134
- var"##RHS#253 " = LoopVectorization.vfmadd(var"##tempload#255 ", var"##tempload#256 ", var"##RHS#253 ")
135
- var"##RHS#253 " = LoopVectorization.identity(var"##RHS#253 ")
129
+ 6-element Vector {LoopVectorization.Operation}:
130
+ var"##RHS#245 " = var"##zero#246 "
131
+ C[m, n] = var"##RHS#245 "
132
+ var"##tempload#248 " = A[m, k]
133
+ var"##tempload#249 " = B[k, n]
134
+ var"##RHS#245 " = LoopVectorization.vfmadd(var"##tempload#248 ", var"##tempload#249 ", var"##RHS#245 ")
135
+ var"##RHS#245 " = LoopVectorization.identity(var"##RHS#245 ")
136
136
```
137
137
Each one of these lines is a pretty-printed `Operation`.
138
138
"""
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ Base.IndexStyle(::Type{<:FallbackArrayWrapper}) = IndexLinear()
44
44
45
45
@time include (" check_empty.jl" )
46
46
47
- # if isnothing(get(ENV, "TRAVIS_BRANCH", nothing)) || LoopVectorization.REGISTER_COUNT ≠ 32 || VERSION ≥ v"1.4"
48
- # @time include("offsetarrays.jl")
49
- # end
47
+ if isnothing (get (ENV , " TRAVIS_BRANCH" , nothing )) || LoopVectorization. REGISTER_COUNT ≠ 32 || VERSION ≥ v " 1.4"
48
+ @time include (" offsetarrays.jl" )
49
+ end
50
50
51
51
@time include (" tensors.jl" )
52
52
You can’t perform that action at this time.
0 commit comments