Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CompiledGraph] Add option to store dispatch table option #377

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

destefy
Copy link
Contributor

@destefy destefy commented Nov 14, 2023

This option will include the dispatch_table file as part of save_compiled_graph

This way, it will be extracted into the hidet/graphs cache when load_compiled_graph is called so the client can avoid this fine-tuning

Copy link
Member

@yaoyaoding yaoyaoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @destefy, I left some suggestions.

python/hidet/option.py Outdated Show resolved Hide resolved
python/hidet/runtime/compiled_graph.py Outdated Show resolved Hide resolved
@yaoyaoding
Copy link
Member

Thanks @destefy !

@yaoyaoding yaoyaoding changed the title [Option] Add option to store dispatch table option [CompiledGraph] Add option to store dispatch table option Nov 15, 2023
@yaoyaoding yaoyaoding merged commit 32ef876 into hidet-org:main Nov 15, 2023
2 checks passed
@destefy destefy deleted the store_dispatch_table_option branch December 7, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants