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.
- Host: GitHub
- URL: https://github.com/bearddan2000/futhark-cli-average-floating-points
- Owner: bearddan2000
- Created: 2023-12-15T18:11:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:11:37.000Z (about 2 years ago)
- Last Synced: 2025-01-29T16:33:01.410Z (about 1 year ago)
- Topics: average, clang, cli, floating, futhark, lld, nix, points
- Language: Shell
- Homepage: https://github.com/bearddan2000/futhark-cli-average-floating-points
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)