• Lei Wang's avatar
    [Refactor] Refactor CUDA code generation to simplify eviction policy handling (#721) · c369d690
    Lei Wang authored
    * Update submodule 'tvm' to commit e11521e6936a827efa334588d29571fbb4620107
    
    * Refactor CUDA code generation to simplify eviction policy handling
    
    - Updated `VisitExpr_` methods in `codegen_cuda.cc` to use default eviction policy for `tma_load`, `tma_load_im2col`, and `tma_store` functions, reducing complexity.
    - Removed conditional assembly code for `EVICT_NORMAL` in `copy_sm90.h`, streamlining the assembly calls for tensor memory operations.
    
    * lint fix
    c369d690
codegen_cuda.cc 73.5 KB