futhark-bindgen 0.2.8

Futhark binding generator
Documentation
1
2
3
4
5
6
7
8
9
10
open! Signed
open! Unsigned

type error = 
  | InvalidShape of int * int 
  | NullPtr 
  | Code of int
  | UseAfterFree of [`context | `array | `opaque]

exception Error of error