-
Interpreting the JSON-query structure as SQL.
-
minimized example compiled with `futhark opencl`:
```
def merge [m] x y = (0, replicate m 0)
entry test_hist n = hist merge (0, [0]) n [] []
```
```
Internal compiler error (unhandled IO e…
-
Records and tuples in entry points end up being impossible to instantiate:
> Entry point parameter
> ((foo: (u8, u16)): (u8, u16))
> will have an opaque type, so the entry point will likely …
-
The ldp-config-tool (#19) can both read from and write to `/ldp/settings`, and that is enough to do migration: read from the old mod-ldp, upgrade, and write to the new mod-reporting.
But in practic…
-
https://lotus.docs.folio.org/docs/getting-started/installation/
A [Sharepoint document](https://crkn.sharepoint.com/:w:/r/sites/platform/Shared%20Documents/Planning/Access%20Platform/Architectu…
-
This code
```futhark
entry problem [n] (arr: *[n]i64) : [n]i64 =
reduce_by_index arr (+) 0 (iota n) (copy arr)
```
produces the following output when compiled with `futhark cuda` or `futhark op…
-
We've had a few nice changes since `v1.0.0`!
- #77: `--safety-check` flag for checking that the output of `smlfmt` is correct, i.e., that the result is valid SML that exactly matches the source exc…
-
According to the [language reference](https://futhark.readthedocs.io/en/stable/language-reference.html), Futhark allows [literals as patterns](https://futhark.readthedocs.io/en/stable/language-referen…
-
Hello,
I'm trying to build a simple linear regression example to benchmark against some jax code (for fun) and I came across this error when trying to compile my code as a python library.
```she…
-
This will likely be our first dockerizations of a Go problem — but check with Nassib whether we've done it for MetaDB.