-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Int instead of Int64 in precompile.jl.
- Loading branch information
1 parent
4d0b588
commit 140a08f
Showing
1 changed file
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
function _precompile_() | ||
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing | ||
|
||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(+),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(+),Array{Float64,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(max),Array{Float32,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(max),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(max),Array{Float64,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(max),Array{Float64,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(min),Array{Float32,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(min),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(min),Array{Float64,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int64}},typeof(vreduce),typeof(min),Array{Float64,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(+),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(+),Array{Float64,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(max),Array{Float32,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(max),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(max),Array{Float64,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(max),Array{Float64,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(min),Array{Float32,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(min),Array{Float32,3}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(min),Array{Float64,1}}) | ||
Base.precompile(Tuple{Core.kwftype(typeof(LoopVectorization.vreduce)),NamedTuple{(:dims,),Tuple{Int}},typeof(vreduce),typeof(min),Array{Float64,3}}) | ||
Base.precompile(Tuple{Type{LoopVectorization.ArrayRefStruct},LoopVectorization.LoopSet,LoopVectorization.ArrayReferenceMeta,Array{Symbol,1}}) | ||
Base.precompile(Tuple{Type{LoopVectorization.LoopSet},Array{Symbol,1},Array{Int64,1},Array{LoopVectorization.Loop,1},Dict{Symbol,LoopVectorization.Operation},Array{LoopVectorization.Operation,1},Array{Int64,1},Array{Int64,1},LoopVectorization.LoopOrder,Expr,Expr,Array{Tuple{Int64,Symbol},1},Array{Tuple{Int64,Int64},1},Array{Tuple{Int64,Float64},1},Array{Int64,1},Array{Int64,1},Array{Symbol,1},Array{Symbol,1},Array{Symbol,1},Array{LoopVectorization.ArrayReferenceMeta,1},Array{Float64,2},Array{Float64,2},Array{Bool,1},Array{Bool,1},Base.RefValue{LoopVectorization.UnrollSpecification},Base.RefValue{Bool},Base.RefValue{LoopVectorization.LoopStartStopManager},Base.RefValue{Bool},Symbol}) | ||
Base.precompile(Tuple{Type{LoopVectorization.LoopSet},Array{Symbol,1},Array{Int,1},Array{LoopVectorization.Loop,1},Dict{Symbol,LoopVectorization.Operation},Array{LoopVectorization.Operation,1},Array{Int,1},Array{Int,1},LoopVectorization.LoopOrder,Expr,Expr,Array{Tuple{Int,Symbol},1},Array{Tuple{Int,Int},1},Array{Tuple{Int,Float64},1},Array{Int,1},Array{Int,1},Array{Symbol,1},Array{Symbol,1},Array{Symbol,1},Array{LoopVectorization.ArrayReferenceMeta,1},Array{Float64,2},Array{Float64,2},Array{Bool,1},Array{Bool,1},Base.RefValue{LoopVectorization.UnrollSpecification},Base.RefValue{Bool},Base.RefValue{LoopVectorization.LoopStartStopManager},Base.RefValue{Bool},Symbol}) | ||
Base.precompile(Tuple{Type{LoopVectorization.LoopSet},Expr,Symbol}) | ||
Base.precompile(Tuple{Type{LoopVectorization.LoopSet},Symbol}) | ||
Base.precompile(Tuple{typeof(Base.mapreduce_impl),typeof(LoopVectorization.elsize),typeof(max),Array{LoopVectorization.Operation,1},Int64,Int64}) | ||
Base.precompile(Tuple{typeof(Base.mapreduce_impl),typeof(LoopVectorization.elsize),typeof(max),Array{LoopVectorization.Operation,1},Int,Int}) | ||
Base.precompile(Tuple{typeof(LoopVectorization._avx_loopset),Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Any}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_ci_call!),Expr,Any,Array{Any,1},Array{Symbol,1},Int64,Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_ci_call!),Expr,Any,Array{Any,1},Array{Symbol,1},Int64}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_compute!),LoopVectorization.LoopSet,Symbol,Expr,Int64,Int64,LoopVectorization.ArrayReferenceMetaPosition}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_compute!),LoopVectorization.LoopSet,Symbol,Expr,Int64,Int64,Nothing}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_constant!),LoopVectorization.LoopSet,Float64,Array{Symbol,1},Symbol,Int64}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_if!),LoopVectorization.LoopSet,Symbol,Expr,Int64,Int64,LoopVectorization.ArrayReferenceMetaPosition}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_mref!),LoopVectorization.LoopSet,LoopVectorization.ArrayReferenceMeta,Int64,Type{VectorizationBase.PermutedDimsStridedPointer{(2, 1),(2, 1),Float64,VectorizationBase.PackedStridedPointer{Float64,1}}},Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_pow!),LoopVectorization.LoopSet,Symbol,Expr,Int64,Int64,Int64}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_ci_call!),Expr,Any,Array{Any,1},Array{Symbol,1},Int,Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_ci_call!),Expr,Any,Array{Any,1},Array{Symbol,1},Int}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_compute!),LoopVectorization.LoopSet,Symbol,Expr,Int,Int,LoopVectorization.ArrayReferenceMetaPosition}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_compute!),LoopVectorization.LoopSet,Symbol,Expr,Int,Int,Nothing}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_constant!),LoopVectorization.LoopSet,Float64,Array{Symbol,1},Symbol,Int}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_if!),LoopVectorization.LoopSet,Symbol,Expr,Int,Int,LoopVectorization.ArrayReferenceMetaPosition}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_mref!),LoopVectorization.LoopSet,LoopVectorization.ArrayReferenceMeta,Int,Type{VectorizationBase.PermutedDimsStridedPointer{(2, 1),(2, 1),Float64,VectorizationBase.PackedStridedPointer{Float64,1}}},Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.add_pow!),LoopVectorization.LoopSet,Symbol,Expr,Int,Int,Int}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.argmeta_and_consts_description),LoopVectorization.LoopSet,Array{Symbol,1}}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.array_reference_meta!),LoopVectorization.LoopSet,Symbol,SubArray{Any,1,Array{Any,1},Tuple{UnitRange{Int64}},true},Int64,Nothing}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.array_reference_meta!),LoopVectorization.LoopSet,Symbol,SubArray{Any,1,Array{Any,1},Tuple{UnitRange{Int}},true},Int,Nothing}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.avx_loopset),Array{LoopVectorization.Instruction,1},Array{LoopVectorization.OperationStruct,1},Array{LoopVectorization.ArrayRefStruct,1},Core.SimpleVector,Core.SimpleVector,Core.SimpleVector,Any}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.check_macro_kwarg),Expr}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.cost_vec_buf),LoopVectorization.LoopSet}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.evaluate_cost_tile),LoopVectorization.LoopSet,Array{Symbol,1},LoopVectorization.UnrollSymbols}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.evaluate_cost_unroll),LoopVectorization.LoopSet,Array{Symbol,1},Symbol,Float64}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.generate_call),LoopVectorization.LoopSet,Tuple{Int8,Int8,Int8},Bool}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.prefetchisagoodidea),LoopVectorization.LoopSet,LoopVectorization.Operation,LoopVectorization.UnrollArgs{Int64}}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.prefetchisagoodidea),LoopVectorization.LoopSet,LoopVectorization.Operation,LoopVectorization.UnrollArgs{Int}}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.pushop!),LoopVectorization.LoopSet,LoopVectorization.Operation,Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.repeated_index!),LoopVectorization.LoopSet,Array{Symbol,1},Symbol,Int64,Int64}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.repeated_index!),LoopVectorization.LoopSet,Array{Symbol,1},Symbol,Int,Int}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.stride_penalty),LoopVectorization.LoopSet,Array{Symbol,1}}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.substitute_broadcast),Expr,Symbol}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.vmap_quote),Int64,Type{Float32}}) | ||
Base.precompile(Tuple{typeof(LoopVectorization.vmap_quote),Int,Type{Float32}}) | ||
Base.precompile(Tuple{typeof(println),Base.GenericIOBuffer{Array{UInt8,1}},Array{LoopVectorization.Operation,1}}) | ||
Base.precompile(Tuple{typeof(push!),LoopVectorization.LoopSet,Expr,Int64,Int64}) | ||
Base.precompile(Tuple{typeof(push!),LoopVectorization.LoopSet,Expr,Int,Int}) | ||
end | ||
|