[package]
edition = "2021"
rust-version = "1.85"
name = "vyre-self-substrate"
version = "0.7.2"
authors = ["Santh <64453045+santhreal@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vyre self-substrate: vyre using its own primitives on its own scheduler problems. The recursion-thesis layer between vyre-primitives and vyre-driver."
homepage = "https://santh.dev"
documentation = "https://docs.rs/vyre-self-substrate"
readme = "README.md"
keywords = [
"gpu",
"compiler",
"scheduler",
"vyre",
]
categories = [
"compilers",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhreal/vyre"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
all-solvers = [
"analysis",
"data",
"graph-solvers",
"logic",
"math-solvers",
"scheduling",
"telemetry",
]
analysis = [
"optimizer",
"telemetry",
"vyre-primitives/effects",
"vyre-primitives/math",
"vyre-primitives/types",
]
cpu-parity = [
"all-solvers",
"vyre-primitives/cpu-parity",
]
data = [
"optimizer",
"telemetry",
"vyre-primitives/matching",
"vyre-primitives/math",
"vyre-primitives/nn",
"vyre-primitives/parsing",
]
default = ["optimizer"]
graph-solvers = [
"optimizer",
"telemetry",
"vyre-primitives/math",
]
logic = [
"analysis",
"vyre-primitives/cat",
"vyre-primitives/dnnf",
"vyre-primitives/zx",
]
math-solvers = [
"optimizer",
"telemetry",
"vyre-primitives/math",
"vyre-primitives/topology",
]
optimizer = ["vyre-primitives/graph"]
scheduling = [
"optimizer",
"telemetry",
"vyre-primitives/math",
"vyre-primitives/parsing",
]
telemetry = []
[lib]
name = "vyre_self_substrate"
path = "src/lib.rs"
[[example]]
name = "vyre_self_substrate_release_surface"
path = "examples/vyre_self_substrate_release_surface.rs"
[[test]]
name = "bellman_shortest_path_via_reference_parity"
path = "tests/bellman_shortest_path_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "bitset_dense_matvec_pipeline_generated"
path = "tests/bitset_dense_matvec_pipeline_generated.rs"
required-features = ["cpu-parity"]
[[test]]
name = "bitset_mask_algebra_via_reference_parity"
path = "tests/bitset_mask_algebra_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "bitset_summary_via_reference_parity"
path = "tests/bitset_summary_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "categorical_laws_proptest"
path = "tests/categorical_laws_proptest.rs"
required-features = ["cpu-parity"]
[[test]]
name = "consumer_boundary"
path = "tests/consumer_boundary.rs"
[[test]]
name = "cost_model_predict_runtime_via_reference_parity"
path = "tests/cost_model_predict_runtime_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "dce_dispatch_binding_contract"
path = "tests/dce_dispatch_binding_contract.rs"
[[test]]
name = "dce_program_back_edge_contract"
path = "tests/dce_program_back_edge_contract.rs"
[[test]]
name = "do_calculus_surgery_via_reference_parity"
path = "tests/do_calculus_surgery_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "feature_boundaries"
path = "tests/feature_boundaries.rs"
[[test]]
name = "fmm_compress_pairwise_via_reference_parity"
path = "tests/fmm_compress_pairwise_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "fmm_polyhedral_via_reference_parity"
path = "tests/fmm_polyhedral_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "functor_apply_via_reference_parity"
path = "tests/functor_apply_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "fusion_scores_via_reference_parity"
path = "tests/fusion_scores_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "graph_single_source_contracts"
path = "tests/graph_single_source_contracts.rs"
[[test]]
name = "kfac_via_reference_parity"
path = "tests/kfac_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "match_motif_via_reference_parity"
path = "tests/match_motif_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "matching_diagnostic_via_reference_parity"
path = "tests/matching_diagnostic_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "matroid_exact_subset_via_reference_parity"
path = "tests/matroid_exact_subset_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "multigrid_matroid_via_reference_parity"
path = "tests/multigrid_matroid_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "mz_project_via_reference_parity"
path = "tests/mz_project_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "natural_config_gradient_via_reference_parity"
path = "tests/natural_config_gradient_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "natural_gradient_via_reference_parity"
path = "tests/natural_gradient_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "optimizer_bfs_and_softmax_parity"
path = "tests/optimizer_bfs_and_softmax_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "planar_rewrite_via_reference_parity"
path = "tests/planar_rewrite_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "platform_doc_consumer_boundary"
path = "tests/platform_doc_consumer_boundary.rs"
[[test]]
name = "predict_impact_via_reference_parity"
path = "tests/predict_impact_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "primitive_vs_consumer"
path = "tests/primitive_vs_consumer.rs"
required-features = ["cpu-parity"]
[[test]]
name = "provenance_closure"
path = "tests/provenance_closure.rs"
required-features = ["cpu-parity"]
[[test]]
name = "quantized_via_reference_parity"
path = "tests/quantized_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "reconstruct_path_via_reference_parity"
path = "tests/reconstruct_path_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "reduction_metrics_via_reference_parity"
path = "tests/reduction_metrics_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "release_evidence_path_contract"
path = "tests/release_evidence_path_contract.rs"
[[test]]
name = "scallop_provenance_via_reference_parity"
path = "tests/scallop_provenance_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "self_consumer_conform"
path = "tests/self_consumer_conform.rs"
required-features = ["cpu-parity"]
[[test]]
name = "semiring_gemm_via_reference_parity"
path = "tests/semiring_gemm_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "shape_spectrum_via_reference_parity"
path = "tests/shape_spectrum_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "sheaf_heterophilic_via_reference_parity"
path = "tests/sheaf_heterophilic_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "sheaf_spectrum_via_reference_parity"
path = "tests/sheaf_spectrum_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "sinkhorn_via_reference_parity"
path = "tests/sinkhorn_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "smooth_latency_trace_via_reference_parity"
path = "tests/smooth_latency_trace_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "smooth_matroid_flow_via_reference_parity"
path = "tests/smooth_matroid_flow_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "softmax_pick_config_via_reference_parity"
path = "tests/softmax_pick_config_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "string_diagram_via_reference_parity"
path = "tests/string_diagram_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "submodular_retention_via_reference_parity"
path = "tests/submodular_retention_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "sweep_graph_cpu_oracle_matrix"
path = "tests/sweep_graph_cpu_oracle_matrix.rs"
required-features = ["cpu-parity"]
[[test]]
name = "tensor_train_chain_fusion_via_reference_parity"
path = "tests/tensor_train_chain_fusion_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "tensor_train_compress_via_reference_parity"
path = "tests/tensor_train_compress_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "transport_residual_via_reference_parity"
path = "tests/transport_residual_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "union_find_alias_via_reference_parity"
path = "tests/union_find_alias_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "vietoris_rips_via_reference_parity"
path = "tests/vietoris_rips_via_reference_parity.rs"
required-features = ["cpu-parity"]
[[test]]
name = "vsa_fingerprint_via_reference_parity"
path = "tests/vsa_fingerprint_via_reference_parity.rs"
required-features = ["cpu-parity"]
[dependencies.rustc-hash]
version = "=2.1.3"
[dependencies.tracing]
version = "=0.1.44"
[dependencies.vyre-foundation]
version = "0.7.2"
[dependencies.vyre-primitives]
version = "0.7.2"
default-features = false
[dev-dependencies.proptest]
version = "=1.11.0"
[lints.clippy]
bind_instead_of_map = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
collapsible_if = "allow"
collapsible_match = "allow"
comparison_chain = "allow"
derivable_impls = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
double_must_use = "allow"
enum_variant_names = "allow"
erasing_op = "allow"
field_reassign_with_default = "allow"
identity_op = "allow"
if_same_then_else = "allow"
large_enum_variant = "allow"
manual_c_str_literals = "allow"
manual_div_ceil = "allow"
manual_map = "allow"
manual_range_contains = "allow"
manual_slice_size_calculation = "allow"
map_entry = "allow"
map_identity = "allow"
match_like_matches_macro = "allow"
match_single_binding = "allow"
needless_borrow = "allow"
needless_borrows_for_generic_args = "allow"
needless_lifetimes = "allow"
needless_range_loop = "allow"
nonminimal_bool = "allow"
option_map_or_none = "allow"
redundant_closure = "allow"
ref_option = "allow"
result_large_err = "allow"
slow_vector_initialization = "allow"
too_many_arguments = "allow"
unnecessary_lazy_evaluations = "allow"
unnecessary_map_on_constructor = "allow"
vec_init_then_push = "allow"
[lints.rust]
dead_code = "allow"
dropping_copy_types = "allow"
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_variables = "allow"
[lints.rust.nonstandard_style]
level = "warn"
priority = -1
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("external_ifds_engine"))']
[lints.rustdoc]
broken_intra_doc_links = "deny"
private_intra_doc_links = "warn"