1. 31 8月, 2022 9 次提交
  2. 30 8月, 2022 12 次提交
  3. 29 8月, 2022 13 次提交
  4. 26 8月, 2022 4 次提交
  5. 25 8月, 2022 2 次提交
    • P
      Enable OMP multithreading in lookup_table_v2 (#45249) · 0c363de8
      piotrekobi 提交于
      * Add omp parallel for directives
      
      * Revert "Add omp parallel for directives"
      
      This reverts commit f4e4f8ddb12454018d9c1e49c074af2543659de6.
      
      * Add #pragma omp parallel for to correct file
      
      * Add check for _OPENMP definition
      
      * Disable omp on gpu
      
      * Trigger CI
      
      * Readd check for _OPENMP definition
      
      * Change macro disabling changes on GPU
      
      * Improve macro readability
      0c363de8
    • A
      [OpAttr]axis of Reverse Support Tensor type (#45391) · 91110661
      Aurelius84 提交于
      * [OpAttr]axis of Reverse Support Tensor type
      
      * fix coverage
      
      * fix unittest
      91110661