Skip to content

[Fusion] Enhance the prologue epilogue fusion #277

Merged
yaoyaoding merged 1 commit intohidet-org:mainfrom
yaoyaoding:compute-ops
Jun 11, 2023
Merged

[Fusion] Enhance the prologue epilogue fusion #277
yaoyaoding merged 1 commit intohidet-org:mainfrom
yaoyaoding:compute-ops

Conversation

@yaoyaoding
Copy link
Copy Markdown
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