Skip to content
/ umesimd Public
forked from edanor/umesimd

UME::SIMD A library for explicit simd vectorization.

License

Notifications You must be signed in to change notification settings

pcanal/umesimd

This branch is 61 commits behind edanor/umesimd:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 5, 2017
Jan 22, 2017
Feb 9, 2017
May 5, 2017
Apr 18, 2017
Jan 22, 2017
Nov 23, 2016
Jan 21, 2017
Jan 23, 2017
May 5, 2017
Jan 22, 2017
Jan 22, 2017
Apr 18, 2017
Apr 18, 2017
Apr 19, 2017
Nov 15, 2016
Feb 9, 2017
Nov 16, 2016
Apr 18, 2017
Jan 22, 2017

Repository files navigation

NOTE: UME::Vector library has been moved to github! Please see: https://github.com/edanor/umevector

Build Status

Current stable release is: v0.8.1
To checkout stable release use:

git clone https://[email protected]/edanor/umesimd.git
git checkout tags/v0.8.1

UME::SIMD is an explicit vectorization library. The library defines homogeneous interface for accessing functionality of SIMD registers of AVX, AVX2, AVX512 and IMCI (KNCNI, k1om) instruction set.

You can find the most recent documentation and tutorials here: UME::SIMD tutorials.
Also a link to older wiki(deprecated): wiki pages.

For quotations please refer to: A high-performance portable abstract interface for explicit SIMD vectorization

This piece of code was developed as part of ICE-DIP project at CERN:

"ICE-DIP is a European Industrial Doctorate project funded by the European Community's 7th Framework programme Marie Curie Actions under grant PITN-GA-2012-316596".

All questions should be submitted using the bug tracking system:

bug tracker

or by sending e-mail to:

[email protected]

RELEASE NOTES for v0.8.1

Interface:
-
Performance tuning:
-
Benchmarks:
- Add VS2015 solution for benchmarks.

Fixes:
- remove unnecessary include in explog.
- fix explog to use more portable reinterpret-cast

Tests:
-

Other:
- Update Readme

About

UME::SIMD A library for explicit simd vectorization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.1%
  • Makefile 0.3%
  • Shell 0.0%
  • Objective-C 0.0%
  • CMake 0.0%