• Lei Wang's avatar
    [Refactor] Improve scalar handling in CopyNode and update loop partition dtype logi (#1111) · 86c8bb46
    Lei Wang authored
    * [Refactor] Improve scalar handling in CopyNode and update loop partition dtype logic
    
    * Refactored CopyNode::MakeSIMTLoop to handle scalar cases more efficiently by moving the scalar check to the end of the function.
    * Updated loop_partition.cc to set a default DataType for thread and vector extents, ensuring compatibility when loop_vars_ is empty.
    
    * lint fix
    
    * remove debug print
    86c8bb46
copy.cc 79.2 KB