Intrinsic_registry.GlobalGlobal registry that combines all backend registries. Used for intrinsic lookup when the backend is not yet known.
Registry entry with backend association
val table : (string, entry list) Stdlib.Hashtbl.tval register : backend:string -> string -> intrinsic_impl -> unitRegister an intrinsic for a specific backend
val find_all : string -> entry listFind all implementations of an intrinsic across backends
val find : backend:string -> string -> intrinsic_impl optionFind implementation for a specific backend