-
Notifications
You must be signed in to change notification settings - Fork 607
Build optimized library with CMake #2530
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2530
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 0925c2f with merge base 0b12daf ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
c48f51b
to
2cdaebd
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
0b752e8
to
faff2e1
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
89f9b71
to
80b113a
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
80b113a
to
9e4f1ef
Compare
This pull request was exported from Phabricator. Differential Revision: D55118200 |
9e4f1ef
to
e4c33de
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
This pull request was exported from Phabricator. Differential Revision: D55118200 |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
e4c33de
to
5074103
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
5074103
to
bcbc512
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
bcbc512
to
5999a5c
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
5999a5c
to
c7b09f5
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
c7b09f5
to
0851b1b
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
0851b1b
to
deb9181
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
deb9181
to
31d0662
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
31d0662
to
573a18e
Compare
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
573a18e
to
5d6df14
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Support optimized kernel library in CMake builds. Note that I'm excluding gelu and log_softmax temporarily, as they require sleef. I will add support in a follow-up to build sleef and enable those two ops. Test Plan: Built executor_runner with optimized_ops_lib and debug logging enabled. Confirmed that optimized kernels were loaded. Ran add example with optimized add kernel. Differential Revision: D55118200 Pulled By: GregoryComer
5d6df14
to
0925c2f
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@GregoryComer merged this pull request in 911e9a3. |
Summary: Support optimized kernel library in CMake builds. Overriding pre-existing CI failures in llama runner and mac unit test. bypass-github-export-checks bypass-github-executorch-ci-checks X-link: pytorch/executorch#2530 Reviewed By: kimishpatel Differential Revision: D55118200 Pulled By: GregoryComer fbshipit-source-id: b094980e9fc402e316a4d7cfb24ee3646a00d64e
Summary: Support optimized kernel library in CMake builds. Overriding pre-existing CI failures in llama runner and mac unit test. bypass-github-export-checks bypass-github-executorch-ci-checks X-link: pytorch/executorch#2530 Reviewed By: kimishpatel Differential Revision: D55118200 Pulled By: GregoryComer fbshipit-source-id: b094980e9fc402e316a4d7cfb24ee3646a00d64e
Support optimized kernel library in CMake builds.