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

[Fusion] Enhance the prologue epilogue fusion #277

Merged
merged 1 commit into from
Jun 11, 2023

Conversation

yaoyaoding
Copy link
Member

Previously, to enable automatic prologue epilogue fusion, we require the template written in a single kernel function (e.g., cuda kernel or cpu kernel), and the prologue/epilogue tensors must be directly used in the kernel function. This PR allows the user to define launch function and use arbitrary implementation (e.g., call multiple kernel functions, use workspace, ...) while still support fusion. This enhancement is necessary to support parallel-k optimization in the operator-level.

.
.

.

.

.

.

.

.

.

.
@yaoyaoding yaoyaoding merged commit 09463e8 into hidet-org:main Jun 11, 2023
@yaoyaoding yaoyaoding deleted the compute-ops branch June 11, 2023 03:07
vadiklyutiy pushed a commit that referenced this pull request Jul 22, 2024
**Describe the bug**
**gemma 2-b** is failing to compile due to missing **torch.any**
operator support in hidet

**To Reproduce**
Run
[this](https://drive.google.com/file/d/11ovSzoiHGG2f_qWucwoRxhRjCRRuCH72/view?usp=drive_link)
script with **gemma-2b** model.

---------

Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
vadiklyutiy pushed a commit that referenced this pull request Jul 23, 2024
**Describe the bug**
**gemma 2-b** is failing to compile due to missing **torch.any**
operator support in hidet

**To Reproduce**
Run
[this](https://drive.google.com/file/d/11ovSzoiHGG2f_qWucwoRxhRjCRRuCH72/view?usp=drive_link)
script with **gemma-2b** model.

---------

Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
vadiklyutiy pushed a commit that referenced this pull request Dec 26, 2024
**Describe the bug**
**gemma 2-b** is failing to compile due to missing **torch.any**
operator support in hidet

**To Reproduce**
Run
[this](https://drive.google.com/file/d/11ovSzoiHGG2f_qWucwoRxhRjCRRuCH72/view?usp=drive_link)
script with **gemma-2b** model.

---------

Co-authored-by: Zhumakhan <nazirzhumakhan@gmail,.com>
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.

1 participant