The GitHub Actions job "CI" on tvm.git/refactor-and-introduce-allocbuffer-and-phase-out-allocatenode has failed. Run started by GitHub user tqchen (triggered by tqchen).
Head commit for run: 591103a00045e2c31a58041f15d9370ec8eb477b / tqchen <[email protected]> [TIR] Add alloc_data flag to VisitBufferDef for explicit DEF/USE semantics Add a bool alloc_data parameter to VisitBufferDef to make the AllocBuffer vs DeclBuffer distinction explicit at every call site and override: - alloc_data=true (AllocBuffer, SBlock): data pointer is a new allocation (DEF in VarUseDefAnalyzer) - alloc_data=false (DeclBuffer): data references an existing variable (USE in VarUseDefAnalyzer) This replaces the separate DeclBufferNode override in VarUseDefAnalyzer with a single VisitBufferDef that branches on the flag, and removes debug logging from stmt_functor.cc and codegen_cpu.cc. Report URL: https://github.com/apache/tvm/actions/runs/22655167014 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
