executorch icon indicating copy to clipboard operation
executorch copied to clipboard

FastGelu custom htp kernel

Open cccclai opened this issue 2 months ago • 4 comments

python3 examples/qualcomm/custom_op/custom_ops_fast_gelu.py --build_folder build-android  -m SM8750 --op_package_dir examples/qualcomm/custom_op/fastgelu_op_package_htp/FastGeluOpPackage --build_op_package 

cccclai avatar Nov 01 '25 04:11 cccclai

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15507

Note: Links to docs will display an error until the docs builds have been completed.

:x: 14 New Failures, 1 Unrelated Failure

As of commit 5347bcef1f3b50c3dfd8611f24ac7cdcb093a62c with merge base f81d7688fd2d7f0c8cce7d8644afa662b8afe560 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Nov 01 '25 04:11 pytorch-bot[bot]

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example @pytorchbot label "release notes: none"

For more information, see https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

github-actions[bot] avatar Nov 01 '25 04:11 github-actions[bot]

Hi team, I add a FastGelu example, but I didn't use HTP intrinsics so the perf is still not optimized. Would like to know where to put these examples

cccclai avatar Nov 06 '25 21:11 cccclai

Can I get a review on this PR?

cccclai avatar Nov 14 '25 01:11 cccclai

Hi team, I add a FastGelu example, but I didn't use HTP intrinsics so the perf is still not optimized. Would like to know where to put these examples

Thanks for your contribution. I think it is ok to put this custom op in examples/qualcomm/custom_op.

shewu-quic avatar Nov 17 '25 07:11 shewu-quic