Any usable SIMD implementation?

9il via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 4 23:19:56 PDT 2016


On Monday, 4 April 2016 at 21:13:30 UTC, jmh530 wrote:
> On Monday, 4 April 2016 at 21:05:44 UTC, 9il wrote:
>>
>> OpenBLAS kernels is 30 MB of assembler code! So we would be 
>> able to replace it once and for a very long time with Phobos.
>
> Are you familiar with this project at all?
> https://github.com/flame/blis

Thank for the link. BLIS has the same issue like OpenBLAS - a 
collection of kernels for each target. I want to write internal 
kernel compiler (like CT regex) that will build kernels based in 
CT information about the target.

Best regards,
Ilya


More information about the Digitalmars-d mailing list