driazati / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
1 stars 0 forks source link

test #38

Open driazati opened 2 years ago

driazati commented 2 years ago

2

mehrdadh commented 2 years ago

I very much like this! Can you clarify what's the difference between tvm-hexagon/branch vs tvm-hexagon/pr_head? My guess is that this exists only here because you're using a TVM branch instead of your fork?

driazati commented 2 years ago

I very much like this! Can you clarify what's the difference between tvm-hexagon/branch vs tvm-hexagon/pr_head? My guess is that this exists only here because you're using a TVM branch instead of your fork?

The branch vs pr-head is happening since jenkins is seeing this PR from two sources, one for the branch in the driazati/tvm repo and one for the PR #38. For PRs from forks there is only the pr-head job, but there's not an easy way to get jenkins to skip scheduling the pr-head job altogether when an in-repo branch is used to make a PR. (this is the same as the current setup BTW, hopefully something we can eventually address since it is a bit confusing)