Thanks, Eric!
I should have known you had something up your sleeve - I was actually
thinking about adding SIMD.jl to the mix, too. :-)
Can I ask - do you plan to register SIMD? Or is it more like a prototype?
Cheers,
Oliver
On Tuesday, August 16, 2016 at 3:41:54 PM UTC+2, Erik Schnetter wrote:
>
> ```Julia
> Pkg.add("Hwloc")
> using Hwloc
> topo = load_topology()
> print(topo)
> ```
>
> I just see that Hwloc has problems with Julia 0.5; I'll tag a new release.
>
> -erik
>
>
> On Tue, Aug 16, 2016 at 5:12 AM, Oliver Schulz <[email protected]
> <javascript:>> wrote:
>
>> Hi,
>>
>> is there a (cross-platform) way to get the CPU L1 cache size from Julia?
>> I'd like to determine the optimal block size(s) for an array algorithm.
>>
>>
>> Cheers,
>>
>> Oliver
>>
>>
>
>
> --
> Erik Schnetter <[email protected] <javascript:>>
> http://www.perimeterinstitute.ca/personal/eschnetter/
>