File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3510,6 +3510,9 @@ function no_type_setting(@nospecialize(specTypes::Type{<:Tuple}); world = nothin
35103510 if specTypes. parameters[1 ] == typeof (Random. XoshiroSimd. xoshiro_bulk_nosimd)
35113511 return (true , false )
35123512 end
3513+ if specTypes. parameters[1 ] == typeof (Base. hash)
3514+ return (true , false )
3515+ end
35133516 return (false , false )
35143517end
35153518
Original file line number Diff line number Diff line change 101101function EnzymeRules. inactive_noinl (:: typeof (Base. size), args... )
102102 return nothing
103103end
104+ function EnzymeRules. inactive_noinl (:: typeof (Base. hash), args... )
105+ return nothing
106+ end
104107function EnzymeRules. inactive_noinl (
105108 :: typeof (Base. setindex!),
106109 :: IdDict{K,V} ,
You can’t perform that action at this time.
0 commit comments