Module common

Module common 

Source
Expand description

Shared helpers for modern builtin implementations.

This module hosts small utility subsystems that new-style builtins can depend on without reaching back into the legacy runtime modules.

Re-exports§

pub use spec::builtin_doc_texts;
pub use spec::DocTextInventory;

Modules§

broadcast
Broadcasting utilities shared across builtin implementations.
format
Shared formatting helpers for string-producing builtins.
fs
Filesystem helper utilities shared across REPL-facing builtins.
gpu_helpers
linalg
path_search
Shared helpers for searching the RunMat filesystem search path.
path_state
Session-wide MATLAB path state shared between the path builtin and filesystem helpers such as exist or which.
random
random_args
residency
Shared heuristics for deciding when newly constructed arrays should prefer GPU residency, even when none of their inputs already live on the device.
shape
spec
tensor

Macros§

register_builtin_doc_text
register_builtin_fusion_spec
register_builtin_gpu_spec