Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ time — no fork, no DaCe source changes.

## Install

FP-Arena tracks the latest DaCe `yakup/dev`:
FP-Arena tracks the latest DaCe [`extended`](https://github.com/spcl/dace/commits/extended/):

```bash
pip install git+https://github.com/spcl/FP-Arena.git
```

Already have a DaCe checkout (any `yakup/dev`-based branch) you want to use? Install
Already have a DaCe checkout (any `extended`-based branch) you want to use? Install
without pulling DaCe:

```bash
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ classifiers = [
]
keywords = ["dace", "floating-point", "stochastic-rounding", "reduced-precision", "prototyping"]

# FP-Arena tracks the DaCe `yakup/dev` branch. To use your own DaCe checkout
# (any yakup/dev-based branch), install FP-Arena with `--no-deps` and ensure
# FP-Arena tracks the DaCe `extended` branch. To use your own DaCe checkout
# (any extended-based branch), install FP-Arena with `--no-deps` and ensure
# that DaCe is importable; see the README.
dependencies = [
"dace @ git+https://github.com/spcl/dace.git@yakup/dev",
"dace @ git+https://github.com/spcl/dace.git@extended",
]

[project.optional-dependencies]
Expand Down
Loading