package sarek

  1. Overview
  2. Docs
GPGPU kernel DSL for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

spoc_ppx-20210823.tbz
sha256=bdb247f51bce29609c0a6d7155a2f180b26cb7388489cf21961b4d6754a0eb03
sha512=1cdb37b214e06a32436d23308c4555f6ddefcd4674d73964faa4bb184f843c477c95ef719b8794ead32d12b1ee6a5b5541683ec76ab9e6b1c2e3f3d7371ba41c

doc/sarek/Sarek/Profile/index.html

Module Sarek.ProfileSource

Sourceval target_name : string
Sourceval global_function : string
Sourceval device_function : string
Sourceval host_function : string
Sourceval global_parameter : string
Sourceval global_variable : string
Sourceval local_variable : string
Sourceval shared_variable : string
Sourceval kern_start : string
Sourceval kern_end : string
Sourceval parse_intrinsics : ('a * string) -> string
Sourceval space : int -> string
Sourceval indent : int -> string
Sourceval default_parser : bool
Sourceval prof_counter : int ref
Sourceval generated_functions : (Kirc_Ast.k_ext, string * string) Hashtbl.t
Sourceval gmem_store : unit -> string
Sourceval gmem_load : unit -> string
Sourceval smem_store : unit -> string
Sourceval smem_load : unit -> string
Sourceval prof_string : unit -> string
Sourceval prof_time_string : unit -> string
Sourceval branches_string : unit -> string
Sourceval branch_analysis_string : int -> string
Sourceval memory_div_string : unit -> string
Sourceval profile_head : unit -> string
Sourceval fun_counter : int ref
Sourceval parse_fun : int -> Kirc_Ast.k_ext -> string -> string -> Spoc.Devices.device -> string
Sourceval parse : 'a -> Kirc_Ast.k_ext -> Spoc.Devices.device -> string
OCaml

Innovation. Community. Security.