-
@sporring @kfl
We have found that on windows 10/11 certain examples results in stack overflow. Adjusting the drawLines examples to show 100 lines instead of 1000 solves the issue.
Tested exampl…
-
The link to the nightly macOS build should be updated from
`https://futhark-lang.org/releases/futhark-nightly-macos-x86_64.zip` to `https://futhark-lang.org/releases/futhark-nightly-macos-x86_64.tar.…
-
As stated in the title, the program
```
type~ mytype = { a: []i64 }
entry main : i64 -> mytype = ???
```
type-checks, but compiling with `multicore` results in
```
Internal compiler error. Ple…
-
Using the cpprandom module:
```
import "lib/github.com/diku-dk/cpprandom/random"
type real = f32
module rng_engine = pcg32
module normal_dist = normal_distribution real rng_engine
```
yields
…
-
This bug occurs on `0.24.3` and 889eeb9 (latest commit):
```futhark
def fn (arr: *[](i32,i32)) =
if true then opaque arr else opaque arr
entry test = (fn [(0, 0)])[0]
```
Error:
```
[ +…
-
We can't handle `vjp` of scatters with non-identity lambdas:
https://github.com/diku-dk/futhark/blob/cf9f0b7ba83ee14ec489ebc2b4059d3a9e9ff196/src/Futhark/AD/Rev/Scatter.hs#L159-L160
Here's an ex…
-
-
# Steps to reproduce
Follow the example in https://github.com/diku-dk/su-guides/blob/main/guides/ReportFormatting.md, but work around #2 by compiling this document intsead:
```
\documentclass{a…
-
I have begun work on a [glossary of terms](https://futhark.readthedocs.io/en/latest/glossary.html) that might be useful to new Futhark programmers. I'll leave this issue open for a little while as in…
-
If I try to use the template documented in https://github.com/diku-dk/su-guides/blob/main/guides/ReportFormatting.md (and if I work around #1) I get dozens of errors when trying to compile:
```
! …