package hardcaml_circuits

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Prefix_sum.ConfigSource

Sourcetype t =
  1. | Serial
    (*

    Simple serial prefix structure. Used for testing

    *)
  2. | Sklansky
    (*

    Sklansky's parallel prefix structure. High fanout

    *)
  3. | Brent_kung
    (*

    Brent-Kung parallel prefix structure. Lower fanout, more hardware

    *)
  4. | Kogge_stone
    (*

    Kooge-Stone parallel prefix structure. Large but fast

    *)
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.