[FEA] Persistent JIT Program References - #23648
Draft
lamarrr wants to merge 1 commit into
Draft
Conversation
- Introduced `transform_input_spec` and `transform_output_spec` structures to describe input and output specifications for transform operations. - Implemented `transform_program` class to create reusable transform programs with JIT-compiled kernels. - Added `BM_transform_dispatch` benchmark to evaluate performance of transform operations using both direct and programmatic APIs. - Enhanced existing transform functions to support new specifications and validate inputs/outputs against the expected structure. - Created unit tests for `transform_program` to ensure compatibility with various input types and validate error handling for incompatible specifications. - Updated integration tests to cover scenarios involving transform programs with string offsets and different output types.
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
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.
Description
Checklist