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

https://github.com/khaki3/acc-saturator

Equality Saturation Framework for Directive-Based GPU Code
https://github.com/khaki3/acc-saturator

compiler-optimization equality-saturation openacc openmp

Last synced: 10 months ago
JSON representation

Equality Saturation Framework for Directive-Based GPU Code

Awesome Lists containing this project

README

          

## acc-saturator

Equality saturation for OpenACC/OpenMP in C.

## Requirements
* Racket (>= 8.4)
* Omni Compiler (>= 20220511)
* Rust (>= 1.60)
* COIN-OR Cbc (= 2.10.0)

Recent versions of Cbc do not provide `libCbcSolver.so`, which is required by egg. Only the version 2.10.0 is tested.

Also,
```
% raco pkg install sxml
```

## Usage
Wrap as below:
```
% accsat nvc ..
```