[halide-backend] Add HalideCodeCache#126416
[halide-backend] Add HalideCodeCache#126416jansel wants to merge 14 commits intogh/jansel/334/basefrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/126416
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit ac396ff with merge base 6550386 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| """ | ||
| ), | ||
| ) | ||
| a = torch.randn(1024) |
There was a problem hiding this comment.
I have a general question when looking at the test: The test is running on CPU, do we plan to use halide for GPU as well?
There was a problem hiding this comment.
Yes, in a future PR.
|
|
||
|
|
||
| try: | ||
| import halide |
There was a problem hiding this comment.
Should we install halide as a dependency for any of the ci jobs? I dont think this will run at all currently right
There was a problem hiding this comment.
Yes, do you know any easy way to do this? There aren't pypi packages for it, so it will need an apt-get install or build from source.
There was a problem hiding this comment.
not sure exactly - maybe .ci/docker/common/install_base.sh - there are apt-get calls there
| ), | ||
| ], | ||
| target="host", | ||
| scheduler="Mullapudi2016", |
There was a problem hiding this comment.
just curious - why this scheduler the others ?
There was a problem hiding this comment.
It is a placeholder while I focus on functionality.
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @peterbell10 @ipiszy @yf225 @chenyang78 @kadeng @muchulee8 @ColinPeppler @amjames @desertfire @chauhang