1. 22 2月, 2022 20 次提交
  2. 21 2月, 2022 18 次提交
  3. 20 2月, 2022 2 次提交
    • C
      [PTen->Phi PR1] Change pten dirname and namespace to phi (#39748) · dcfe1986
      Chen Weihang 提交于
      * rename pten dir to phi
      
      * rename namespace to phi
      
      * rename infrt pten dir to phi
      
      * resolve conflict
      
      * rename pten to phi in cmake
      
      * revert all infrt change
      
      * change needed files
      
      * fix infrt failed
      
      * fix inference failed
      dcfe1986
    • F
      add index initialization in the block loop for index_sample kernel when... · c6950ab2
      FlyingQianMM 提交于
      add index initialization in the block loop for index_sample kernel when dealing with a input tensor whose shape is larger than block_dim * grid_dim (#39736)
      
      * add block and grid loop for index_sample kernel to deal with a large-shape tensor
      
      * fix code format
      
      * limit grid dim
      
      * fix the omissive initialization of index_i in the second cycle for index_sample kernel
      
      * fix conflicts
      c6950ab2