Skip to content

snakov/DECADES_Applications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DECADES Workloads

This repository contains examples and DECADES applications to run and experiment with the capabilities and different modes of the DECADES compiler, DEC++. There are several examples:

  1. A simple "Hello World"-like program to demonstrate the doall parallelism built into DEC++.
  2. A graph algorithm written in C++, "graph projections" to demonstrate doall parallelism, decoupling, and bit-serial processing capabilities.
  3. A graph algorithm written in Python, "vertex nomination" to demonstrate the capabilities of Numba and how it fits into the DEC++ framework.

To find out more about each example, navigate to their respective directories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%