Update dependencies, enhance documentation, and add probing features#49
Open
reiase wants to merge 5 commits into
Open
Update dependencies, enhance documentation, and add probing features#49reiase wants to merge 5 commits into
reiase wants to merge 5 commits into
Conversation
…probing extensions - Added new dependencies including `probing-hccl-shim`, `probing-nccl-profiler`, and `serde_yaml` to `Cargo.lock` and `Cargo.toml`. - Updated the Makefile to include new targets for HCCL shim library and improved frontend build instructions. - Enhanced documentation to include a new section for the Federated Query Engine and updated existing design documents. - Refactored examples to replace deprecated scripts and improve clarity in tracing examples. - Improved the overall structure of the project by organizing new features and dependencies effectively.
…d remove shutdown function from public API. Update context ID info validation in msprof.rs for improved safety.
…urations - Added `probing-hccl-profapi` and `probing-nccl-profiler-cdylib` as new packages in the workspace, including their dependencies in `Cargo.toml` and `Cargo.lock`. - Updated the Makefile to build the new libraries and adjusted targets for HCCL and NCCL profiling. - Refactored the `builtin-schema-docs` feature to include the new HCCL shim library. - Improved coverage reporting by excluding the new cdylib libraries from coverage checks in the Makefile and GitHub workflows. - Updated documentation and project structure to reflect the addition of new features and libraries.
- Changed SQL queries in the quickstart and reference documentation to replace 'step' with 'local_step' for clarity and consistency across examples. - Updated related documentation in both English and Chinese to reflect these changes. - Adjusted descriptions in the concepts and SQL tables documentation to align with the new terminology.
…le references - Revised SQL queries in the README and quickstart documentation to enhance clarity and consistency, particularly focusing on the use of 'local_step'. - Expanded the documentation to include new sections on environment variables, detailing their usage and configuration for Probing. - Updated both English and Chinese documentation to reflect these changes, ensuring accessibility for a wider audience. - Improved the overall structure and navigation of the documentation to facilitate easier access to key information.
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.
…probing extensions
probing-hccl-shim,probing-nccl-profiler, andserde_yamltoCargo.lockandCargo.toml.