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

https://github.com/bearddan2000/futhark-cli-average-floating-points

This is a POC project to demonstrate futhark. Requires typing into the terminal.
https://github.com/bearddan2000/futhark-cli-average-floating-points

average clang cli floating futhark lld nix points

Last synced: 11 months ago
JSON representation

This is a POC project to demonstrate futhark. Requires typing into the terminal.

Awesome Lists containing this project

README

          

# futhark-cli-average-floating-points

## Description
This is a POC project to demonstrate futhark. Requires typing into the terminal.

## Tech stack
- futhark
- clang
- lld
- nix

## Docker stack
- ubuntu:22.04

## To run
`sudo ./install.sh -u`
Example input: `[3.99,2.8,1.765]`

## To stop (optional)
`sudo ./install.sh -d`

## To see help
`sudo ./install.sh -h`

## Credit
[Futhark docs](https://futhark-lang.org/)