Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nod-ai/isaac
- Owner: nod-ai
- License: apache-2.0
- Created: 2022-07-20T19:00:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T23:00:56.000Z (about 2 years ago)
- Last Synced: 2024-04-18T04:20:48.059Z (7 months ago)
- Language: C++
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 16
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```