The GitHub Actions job "Lint" on tvm.git/enhance-error-reporting has failed.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
bcce2b7f938d36e8c547ddcd268997aa72f5f05a / tqchen <[email protected]>
[TIR] Address review: rename methods, improve docs, cache StringImm, split tests

- Remove trailing underscore from all private methods (Bind_ -> BindScalar,
  BindArray_ -> BindArray, BindBuffer_ -> BindBuffer, BindDLTensor_ ->
  BindDLTensor, BindTypeCheck_ -> BindTypeCheck, EmitRichAssert_ ->
  EmitRichAssert, RenderAccessPath_ -> RenderAccessPath, GetParamIndex_ ->
  GetParamIndex)
- Add \param documentation for all method arguments (public and private)
- Add calling protocol section to ArgBinder class documentation
- Cache func_signature as sig_imm_ and "when calling:" prefix as
  when_calling_imm_ for StringImm reuse across all assertions (4-part
  message format)
- Split test_codegen_error_handling.py into test_codegen_assert.py (Phase 0
  basic AssertStmt codegen, LLVM only) and test_codegen_error_handling.py
  (Phase 1 rich error message integration, LLVM + C)
- Remove broken _requires_target helper that used nonexistent
  tvm.testing.is_target_enabled

Report URL: https://github.com/apache/tvm/actions/runs/22534257875

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to