tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Codegen, CUDA] Enable emitting SyncWarp

Open vinx13 opened this issue 1 year ago • 5 comments

Fixed sync warp being incorrectly treated no-op in cude codegen

cc @tqchen

vinx13 avatar Apr 22 '24 17:04 vinx13

@tvm-bot rerun

tqchen avatar Apr 23 '24 19:04 tqchen

@tvm-bot rerun

tqchen avatar Apr 30 '24 13:04 tqchen

@tvm-bot rerun

tqchen avatar May 31 '24 00:05 tqchen

Failed to re-run CI in https://github.com/apache/tvm/actions/runs/9310962176

Traceback (most recent call last):
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 121, in _request
    with request.urlopen(req, data) as response:
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ci/scripts/github/github_tvmbot.py", line 595, in comment_failure
    raise item
  File "ci/scripts/github/github_tvmbot.py", line 707, in run
    pr.rerun_github_actions()
  File "ci/scripts/github/github_tvmbot.py", line 584, in rerun_github_actions
    raise e
  File "ci/scripts/github/github_tvmbot.py", line 576, in rerun_github_actions
    actions_github.post(f"actions/runs/{workflow_id}/rerun-failed-jobs", data={})
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 143, in post
    return self._request(self.base + url, data, method="POST")
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 126, in _request
    raise RuntimeError(f"Error response: {msg}\n{error_data}")
RuntimeError: Error response: HTTP Error 403: Forbidden
{"message":"Unable to retry this workflow run because it was created over a month ago","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run"}

github-actions[bot] avatar May 31 '24 00:05 github-actions[bot]

@tvm-bot rerun

tqchen avatar Sep 17 '24 14:09 tqchen

@tvm-bot rerun

tqchen avatar Feb 08 '25 00:02 tqchen

Failed to re-run CI in https://github.com/apache/tvm/actions/runs/13210282703

Traceback (most recent call last):
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 121, in _request
    with request.urlopen(req, data) as response:
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "ci/scripts/github/github_tvmbot.py", line 595, in comment_failure
    raise item
  File "ci/scripts/github/github_tvmbot.py", line 707, in run
    pr.rerun_github_actions()
  File "ci/scripts/github/github_tvmbot.py", line 584, in rerun_github_actions
    raise e
  File "ci/scripts/github/github_tvmbot.py", line 576, in rerun_github_actions
    actions_github.post(f"actions/runs/{workflow_id}/rerun-failed-jobs", data={})
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 143, in post
    return self._request(self.base + url, data, method="POST")
  File "/home/runner/work/tvm/tvm/ci/scripts/jenkins/git_utils.py", line 126, in _request
    raise RuntimeError(f"Error response: {msg}\n{error_data}")
RuntimeError: Error response: HTTP Error 403: Forbidden
{"message":"Unable to retry this workflow run because it was created over a month ago","documentation_url":"https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run","status":"403"}

github-actions[bot] avatar Feb 08 '25 00:02 github-actions[bot]

closing because the ci issue likely need to resubmit the pr(so it picks up latest python version). @vinx13 do u mind send another one to main?

tqchen avatar Feb 08 '25 15:02 tqchen

I’ll send a new PR, but this might be a real issue.. in the past I already rerun CI multiple times

vinx13 avatar Feb 08 '25 19:02 vinx13