• Lei Wang's avatar
    [Feat] Append Pass Context and TMA lowering configuration option (#175) · fb6b101c
    Lei Wang authored
    * Add TMA lowering configuration option and update copyright notices
    
    This commit introduces a new configuration option to disable TMA (Tensor Memory Access) lowering and updates copyright notices across multiple files. Key changes include:
    
    - Add `kDisableTMALower` configuration option in builtin.h and builtin.cc
    - Update copyright notices from Microsoft Corporation to Tile-AI Corporation
    - Modify `LowerArgs` struct to include `disable_tma_lower` flag
    - Update JIT compilation interfaces to support pass configuration
    - Enhance error reporting in bulk copy lowering
    - Propagate pass configuration through various adapter layers
    
    * lint fix
    fb6b101c
op.h 2.73 KB