-
Current build from hackage fails with
```
[ 4 of 234] Compiling Futhark.Pkg.Types ( src/Futhark/Pkg/Types.hs, dist/build/Futhark/Pkg/Types.o, dist/build/Futhark/Pkg/Types.dyn_o )
src/Futhark/P…
-
As described [here](https://github.com/mavion/annf/blob/47ed643f4f4c79ba193284fcd55fc1caee4f173f/README.md), `futhark autotune` will produce wrong autotuning results if all datasets cause the tuning r…
-
Reported by: **[max-beiersdorfer](https://launchpad.net/~max-beiersdorfer)**
Date: 2018-02-15T20:56:44Z
Status: Expired
Importance: Critical
Launchpad Issue: [lp1749800](https://bugs.launchpad.net/bug…
-
From user @andykiss
Sorry, but there is still a crash while/after updating an app: (latest version 0.73)
```
Process: Latest [72973]
Path: /Applications/Latest.app/Contents/MacOS/Latest
Ident…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
Version: 1.63.2
Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
Date: 2021-12-15T09:37:28.17…
myotv updated
2 years ago
-
It just rams all the thresholds to the maximum, which is much worse than the defaults.
athas updated
3 years ago
-
We propagate `background-color` from the root/body to the viewport. However, we don't similarly propagate `forced-color-adjust`, which can lead to unexpected results in forced colors mode.
For exam…
-
I tested this bug on versions `0.20.5` and the latest git master `e31a56f2e45d490e2400a4002ab877b7d0735f61` on a Linux x86-64 machine and reproduced it both times. The output here is from the multicor…
-
In a new top-level directory, like `libtests` and `pkgtests` (in retrospect, I would have preferred these to be `tests_lib` and `tests_pkg` so they would be grouped with `tests`).
athas updated
3 years ago
-
The code:
```futhark
let BLOCK_SIZE: i64 = 64
let iota_2d (n: i64) : [n][n](i64, i64) =
tabulate_2d n n (\i j -> (i, j))
let first_anti_diag [n] 't (i: i64) (xs: [n][n]t) =
if i >= 0 t…