"vscode:/vscode.git/clone" did not exist on "9d7d45bebcb67bb03818cf3bb0ca041a8c5215ae"
  • Lei Wang's avatar
    [Dependency] Update apache-tvm-ffi version to >=0.1.2 (#1400) · 0eb33f28
    Lei Wang authored
    * [Dependency] Update apache-tvm-ffi version to >=0.1.2 in project files
    
    * [Dependency] Update subproject commit for TVM to latest version afc07935
    
    * [Enhancement] Add support for optional step parameter in loop constructs
    
    - Updated loop creation functions to accept an optional step parameter, enhancing flexibility in loop definitions.
    - Modified ForFrame implementations to utilize the new step parameter across various loop types including serial, parallel, and pipelined loops.
    - Adjusted related vectorization transformations to accommodate the step parameter, ensuring consistent behavior in loop vectorization processes.
    
    * lint fix
    0eb33f28
loop_vectorize.cc 11.5 KB