package arrayjit

  1. Overview
  2. Docs

Module Cc_backend.C_syntax_configSource

Parameters

module Input : sig ... end

Signature

Sourcetype nonrec ctx_array = ctx_array
Sourceval hardcoded_context_ptr : (Ndarray.t -> Base.String.t) option
Sourceval is_in_context : Low_level.traced_array -> bool
Sourceval host_ptrs_for_readonly : bool
Sourceval logs_to_stdout : bool
Sourceval main_kernel_prefix : string
Sourceval kernel_prep_line : string
Sourceval include_lines : string list
Sourceval typ_of_prec : Ops.prec -> string
Sourceval binop_syntax : Ops.prec -> Ops.binop -> string * string * string
Sourceval unop_syntax : Ops.prec -> Ops.unop -> string * string
Sourceval convert_precision : from:Ops.prec -> to_:Ops.prec -> Base.String.t * string