tqchen commented on PR #20063: URL: https://github.com/apache/tvm/pull/20063#issuecomment-5115806382
CPU CI repair pushed as `60ed387ecc103556e3d5c3478c039e625a55b8b1` (amended repair commit only). The 12 `test_frontend_tflite.py` failures shared one C-host codegen assertion: local logical buffer scopes were being emitted as C pointer qualifiers after the typed-buffer migration. Plain C has no address-space qualifier for `local`; `CodeGenCHost` now reports that storage scope is not part of its pointer types, while OpenCL/Metal retain their qualifiers. A C-host local-buffer compile-and-run regression test covers the boundary. Local validation: - full build: pass - pre-commit on changed files: pass - selected CPU/codegen/driver suite: 444 passed, 14 skipped - exact naïve and FFT RFFT2D PrimFunc C builds: pass - OpenCL/Metal storage-scope qualifier regression: 2 passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
