Port bounded Zig runtime graph and parallel memory scheduling - #469
Open
ajroetker wants to merge 349 commits into
Open
Port bounded Zig runtime graph and parallel memory scheduling#469ajroetker wants to merge 349 commits into
ajroetker wants to merge 349 commits into
Conversation
…time-hardening # Conflicts: # scripts/ci/zig-build-e2e-binaries.sh # zig/build.zig # zig/e2e/antfly/test_standby.py # zig/lib/httpx/src/client/client.zig # zig/pkg/antfly/src/api/http_server.zig # zig/pkg/antfly/src/api/public_table_http.zig # zig/pkg/antfly/src/api/table_writes.zig # zig/pkg/antfly/src/common/http/std_http_executor.zig # zig/pkg/antfly/src/data/runtime.zig # zig/pkg/antfly/src/metadata/table_manager.zig # zig/pkg/antfly/src/raft/storage/catalog.zig # zig/pkg/antfly/src/standalone/runtime.zig # zig/pkg/antfly/src/storage/db/db.zig # zig/pkg/antfly/src/storage/ha/http_admin.zig # zig/pkg/antfly/src/storage/ha/http_internal.zig # zig/pkg/antfly/src/storage/ha/standby.zig
# Conflicts: # zig/pkg/inference/build.zig # zig/pkg/inference/src/architectures/deberta.zig # zig/pkg/inference/src/architectures/session_factory.zig # zig/pkg/inference/src/backends/metal_kernels.m # zig/pkg/inference/src/backends/metal_runtime.zig # zig/pkg/inference/src/bench/gliner2_native.zig # zig/pkg/inference/src/graph/backend_contracts.zig # zig/pkg/inference/src/inference.zig # zig/pkg/inference/src/ops/metal_compute.zig # zig/pkg/inference/src/ops/ops.zig # zig/pkg/inference/src/pipelines/gliner.zig # zig/pkg/inference/src/server/model_manager.zig # zig/pkg/inference/src/server/server.zig
…450-build-memory # Conflicts: # .github/workflows/zig-tests.yml # scripts/ci/zig-build-e2e-binaries.sh # zig/build.zig # zig/pkg/antfly/src/api/http_server.zig # zig/pkg/antfly/src/api/linear_merge.zig # zig/pkg/antfly/src/cmd/ha.zig # zig/pkg/antfly/src/main.zig # zig/pkg/antfly/src/standalone/runtime.zig
…r450-build-memory # Conflicts: # .github/workflows/zig-tests.yml # zig/build.zig # zig/lib/httpx/src/client/client.zig # zig/pkg/antfly/src/inference/managed_embedder.zig # zig/pkg/antfly/src/standalone/runtime.zig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
PR #467 job note
The referenced job reached about 17.4 GB cgroup peak but recorded no OOM event; its terminal failure was the document-scan authorization assertion in api.http_server. This PR addresses the build-memory exposure that job demonstrated without masking or changing that separate functional failure.