intel / intel-xpu-backend-for-triton

OpenAI Triton backend for Intel® GPUs
MIT License
122 stars 33 forks source link

[CI] Automate SPIRV-LLVM-Translator version update Part2/2 #1673

Closed AshburnLee closed 1 month ago

AshburnLee commented 1 month ago

Part 2 focused on raising PRs in an automate way that update the SPIRV-LLVM-Translator commit id obtained from https://github.com/intel/intel-xpu-backend-for-triton/issues/1672.

AshburnLee commented 1 month ago

Update:

The key components of this task are:

  1. [done] Automate PR creation.
  2. [done] Find the target PR that is previously raised by this workflow i. [unacceptable] Pass artifact that contains the target PR id from run to run in the same workflow. I have experimented via actions/download-artifact & actions/upload-artifact. Unfortunately, artifacts cannot be passed from run to run in the same workflow. This is not how the Github Workflow works. To make this work, we probably need an extra server to store artifacts. ii. [done] Use commands that find the target PR.

Todo: Merge this part with part 1

AshburnLee commented 1 month ago

Update:

Here is an automate created PR: https://github.com/intel/intel-xpu-backend-for-triton/pull/1742

AshburnLee commented 1 month ago

Update:

Automate PR: https://github.com/intel/intel-xpu-backend-for-triton/pull/1760, CI triggered

anmyachev commented 1 month ago

Update:

  • Fix CI not being triggered

Automate PR: #1760, CI triggered

@AshburnLee should then the issue be closed?

AshburnLee commented 1 month ago

Update:

  • Fix CI not being triggered

Automate PR: #1760, CI triggered

@AshburnLee should then the issue be closed?

Yes, issue will be closed once https://github.com/intel/intel-xpu-backend-for-triton/pull/1715 is merged.