Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nod-ai/isaac

ISAAC - ISA Autotuning Compiler
https://github.com/nod-ai/isaac

Last synced: 7 days ago
JSON representation

ISAAC - ISA Autotuning Compiler

Awesome Lists containing this project

README

        

# ISAAC - ISA Auto-tuned Compiler
ISAAC is an ISA level auto-tuning compiler.

# Getting started

First, run the configure script and then build the project as shown below.

```
./configure.sh
cmake --build build
```

# Running tests

Run the GTest suite of tests using the following command.

```
ctest --test-dir build/tools/compiler
```