m4rs-mt / ILGPU.Algorithms

The new standard algorithms library for ILGPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILGPU.Algorithms (! MOVED !)

Please note that the ILGPU.Algorithms library has been merged with the ILGPU repository. Refer to the ILGPU repository (https://github.com/m4rs-mt/ILGPU) for updates and new releases.

ILGPU.Algorithms Library (pre 1.0 Version)

Real-world applications typically require a standard library and a set of standard algorithms that "simply work". The ILGPU Algorithms library meets these requirements by offering a set of auxiliary functions and high-level algorithms (e.g. sorting or prefix sum). All algorithms can be run on all supported accelerator types. The CPU accelerator support is especially useful for kernel debugging.

Build instructions

ILGPU.Algorithms requires Visual Studio 2019 or higher.

Make sure to init/update the ILGPU git submodule using git submodule update --init before building the algorithms library.

License information

ILGPU.Algorithms is licensed under the University of Illinois/NCSA Open Source License. Detailed license information can be found in LICENSE.txt.

Copyright (c) 2019-2020 ILGPU Algorithms Project. All rights reserved. Copyright (c) 2016-2018 ILGPU Lightning Project. All rights reserved.

License information of required dependencies

Different parts of ILGPU.Algorithms require different third-party libraries.

Detailed copyright and license information of these dependencies can be found in LICENSE-3RD-PARTY.txt.

Credits

This work was supported by the Deutsches Forschungszentrum f�r K�nstliche Intelligenz GmbH (DFKI; German Research Center for Artificial Intelligence).

DFKI Logo

About

The new standard algorithms library for ILGPU

License:Other


Languages

Language:C# 100.0%