Skip to content

Conversation

@mcr229
Copy link
Contributor

@mcr229 mcr229 commented Oct 28, 2024

As Title

@pytorch-bot
Copy link

pytorch-bot bot commented Oct 28, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6538

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

✅ No Failures

As of commit a8af86b with merge base e965347 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 28, 2024
@mcr229 mcr229 force-pushed the xnn_update branch 4 times, most recently from 670a14c to 9d704ab Compare November 3, 2024 06:54
DTYPE=$3 # fp16, bf16, or fp32
MODE=${4:-"xnnpack+custom"} # portable or xnnpack+custom or xnnpack+custom+qe
UPLOAD_DIR=${5:-}
CMAKE_BUILD_TYPE=${6:-Release}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you get this from ENV

@mcr229 mcr229 force-pushed the xnn_update branch 2 times, most recently from c3d4da7 to 90995b9 Compare November 6, 2024 03:22
@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

DTYPE=$3 # fp16, bf16, or fp32
MODE=${4:-"xnnpack+custom"} # portable or xnnpack+custom or xnnpack+custom+qe
UPLOAD_DIR=${5:-}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need make Release the new default?


# # run e2e (export, tokenizer and runner)
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_llava.sh Release
# PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_llava.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh it was Release, keep debug default in the script and pass this as is?

native.cxx_library(
name = "subgraph",
srcs = SUBGRAPH_SRCS,
srcs = SUBGRAPH_SRCS + ["XNNPACK/src/datatype.c"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this upstream?

@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@mcr229
Copy link
Contributor Author

mcr229 commented Nov 18, 2024

@pytorchbot rebase -s

@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@mcr229
Copy link
Contributor Author

mcr229 commented Nov 19, 2024

@pytorchbot merge

@pytorch-bot
Copy link

pytorch-bot bot commented Nov 19, 2024

Mergebot is not configured for this repository. Please use the merge button provided by GitHub.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65563639

mcr229 added a commit to mcr229/executorch that referenced this pull request Nov 19, 2024
Summary:
As Title

Pull Request resolved: pytorch#6538

Reviewed By: cccclai

Differential Revision: D65563639

Pulled By: mcr229
mcr229 added a commit to mcr229/executorch that referenced this pull request Nov 19, 2024
Summary:
As Title

Pull Request resolved: pytorch#6538

Reviewed By: cccclai

Differential Revision: D65563639

Pulled By: mcr229
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65563639

@mcr229 mcr229 force-pushed the xnn_update branch 2 times, most recently from 02b1466 to bc3e4ab Compare November 25, 2024 19:00
@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

1 similar comment
@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@swolchok
Copy link
Contributor

looks like this is good to go? failures look like 1 flake, 1 forked PR problem, 1 unclear

@huydhn
Copy link
Contributor

huydhn commented Nov 26, 2024

looks like this is good to go? failures look like 1 flake, 1 forked PR problem, 1 unclear

Yeah, they are all unrelated. Let me push a fix for the forked PR as it will always fails

@mcr229
Copy link
Contributor Author

mcr229 commented Nov 27, 2024

yea sorry i've been trying to land this by rebasing and importing, but from internal it keeps failing because of some phantom merge conflict.

@facebook-github-bot
Copy link
Contributor

@mcr229 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@huydhn
Copy link
Contributor

huydhn commented Nov 27, 2024

@mcr229 Let me try to land this, the diff signals complaining about PR cannot be merged looks weird. I think I know a way to bypass it, so let's see

@huydhn huydhn merged commit d679ad7 into pytorch:main Nov 27, 2024
71 checks passed
huydhn added a commit that referenced this pull request Nov 28, 2024
huydhn added a commit that referenced this pull request Nov 28, 2024
huydhn added a commit that referenced this pull request Nov 28, 2024
@mcr229 mcr229 deleted the xnn_update branch July 25, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants