Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.08 KB

ArrayFire Test Data

ArrayFire is a High Performance software library for parallel computing with an easy-to-use API. Its array based function set makes parallel programming simple.

ArrayFire's multiple backends (CUDA, OpenCL and native CPU) make it platform independent and highly portable.

A few lines of code in ArrayFire can replace dozens of lines of parallel computing code, saving you valuable time and lowering development costs.

This repository contains the test data used for testing ArrayFire

Format

The files are in the following format:

number of inputs
4-dimensional size of input 0
...
4-dimensional size of input n

number of results
total elements of results 0
...
total elements of results n

test data for input 0
...
test data for input n

test data for output 0
...
test data for output n

Contribute

Contributions of any kind are welcome! Please refer to this document to learn more about how you can get involved with ArrayFire.

Contact us

email: [email protected]