JuliaLang/LinearAlgebra.jl

An API for Cache Size(s)

开放

#108 创建于 2014年4月26日

 (13 条评论) (0 个反应) (0 位负责人)Julia (62 个派生)github user discovery
help wanted

仓库指标

星标
 (77 个星标)
PR 合并指标
 (平均合并 8天 17小时) (30 天内合并 5 个 PR)

描述

From JuliaLang/julia#6517 - Currently the cache size information is independently hardwired in several methods throughout Julia Base, e.g. in Base.transpose! and in Base.LinAlg.generic_matmatmul, and now also in my implementation of permutedims! (actually in the auxiliary function blockdims). It would probably make sense to centralise this information and maybe even to try to get it from the system (or to set it at build time) instead of fixing it at 32k. - @Jutho

There isn't a new issue to discuss this, but there probably should be. L1 and L2 cache sizes would be nice to have available, but it may require some effort to get this right across OSes and processor types. - @ViralBShah

贡献者指南