Great - thanks, Eric! Would it be possible to enable precompilation for SIMD.jl (so that another precompiled packages can have it as a dependency)?
Uh, and can I ask another question regarding SIMD.jl? Is it possible to shift SIMD vectors by one element? Ideally, I'd like to shift one element out and another element in (for a filter algorithm). On Tuesday, August 16, 2016 at 8:02:30 PM UTC+2, Erik Schnetter wrote: > > Ooh! Yes, I need to register it. Thanks for the reminder! > > -erik > > On Tue, Aug 16, 2016 at 12:01 PM, Oliver Schulz <[email protected] > <javascript:>> wrote: > >> 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] >>> > 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]> >>> http://www.perimeterinstitute.ca/personal/eschnetter/ >>> >> > > > -- > Erik Schnetter <[email protected] <javascript:>> > http://www.perimeterinstitute.ca/personal/eschnetter/ >
