Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edanor/umesimd

UME::SIMD A library for explicit simd vectorization.
https://github.com/edanor/umesimd

altivec avx avx2 avx512 benchmark code-generation cpp cpp11 cpp14 cpp17 instruction-set-architecture neon performance-tuning scalar-types simd simd-instructions simd-programming ume vector vectorization

Last synced: 7 days ago
JSON representation

UME::SIMD A library for explicit simd vectorization.

Awesome Lists containing this project

README

        

**NOTE**: UME::Vector library has been moved to github! Please see: [https://github.com/edanor/umevector](https://github.com/edanor/umevector)

[![Build Status](https://travis-ci.org/edanor/umesimd.svg?style=flat-square)](https://travis-ci.org/edanor/umesimd)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR5JS6UV3PPLC)

**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](https://gain-performance.com/ume/).
Also a link to older wiki(deprecated): [wiki pages](https://bitbucket.org/edanor/umesimd/wiki/Home).

For quotations please refer to: [A high-performance portable abstract interface for explicit SIMD vectorization](http://dl.acm.org/citation.cfm?id=3026939)

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](https://bitbucket.org/edanor/umesimd/issues)

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

### Donations
I am not getting paid for developing this software, so any type of help would be appreciated. If you like this project and you would like to support it, please feel free to make a volontary donation. This software will remain free regardless of any donations, but money can help keeping it up to date and bug-free.

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FR5JS6UV3PPLC)