Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 650da10

Browse files
committedApr 1, 2025
Update base for Update on "[ET-VK] Simplify lane offset copy logic in copy_packed_dim_offset shader."
This diff simplifies the logic for handling different lane offsets in `copy_packed_dim_offset` shader. Differential Revision: [D71507929](https://our.internmc.facebook.com/intern/diff/D71507929/) [ghstack-poisoned]
2 parents 4285fcf + feb3fcd commit 650da10

File tree

82 files changed

+2149
-1150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2149
-1150
lines changed
 

‎.ci/scripts/test_qnn_static_llama.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
set -exu
8+
set -euxo pipefail
99

1010
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
1111

@@ -56,4 +56,3 @@ if [ $exit_code1 -ne 0 ] || [ $exit_code2 -ne 0 ]; then
5656
else
5757
exit 0
5858
fi
59-
set -e

‎.ci/scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_executorch() {
3232
which pip
3333
# Install executorch, this assumes that Executorch is checked out in the
3434
# current directory.
35-
./install_executorch.sh --pybind xnnpack "$@"
35+
./install_executorch.sh "$@"
3636
# Just print out the list of packages for debugging
3737
pip list
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.