1. 28 11月, 2021 2 次提交
  2. 27 11月, 2021 4 次提交
  3. 26 11月, 2021 5 次提交
  4. 25 11月, 2021 2 次提交
  5. 24 11月, 2021 1 次提交
  6. 23 11月, 2021 1 次提交
  7. 20 11月, 2021 2 次提交
  8. 19 11月, 2021 5 次提交
  9. 18 11月, 2021 1 次提交
  10. 17 11月, 2021 2 次提交
  11. 16 11月, 2021 1 次提交
  12. 12 11月, 2021 1 次提交
  13. 11 11月, 2021 2 次提交
  14. 10 11月, 2021 2 次提交
    • P
      Add support for runtime CPU feature check on POWER on FreeBSD. · 68e425f8
      Piotr Kubaj 提交于
      1. Code uses PPC_FEATURE_HAS_VSX, but it's not checked similarly to
      PPC_FEATURE2_ARCH_3_00 and PPC_FEATURE2_ARCH_3_00 for availability. FreeBSD has
      those macros in machine/cpu.h, but I went with the way chosen for
      PPC_FEATURE2_ARCH_3_00 and PPC_FEATURE2_ARCH_3_00. Other than that, FreeBSD also
      has sys/auxv.h and that's where elf_aux_info() is defined.
      2. getauxval() is actually Linux-only, but code checked for __unix__. It won't
      work on all UNIX, so change it back to __linux__. Add another code variant
      strictly for FreeBSD.
      3. Update comment. This commit adds code for FreeBSD, but recently there
      appeared support for powerpc64 in OpenBSD.
      68e425f8
    • Z
      Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer · 98b6ce35
      ZaKiiiiiiiii 提交于
      fix bug: wrong output dimension when "keep_dims" is false in pooling layer.
      
      * fix bug in max layer
      
      * code align
      
      * delete permute layer and add test case
      
      * add name assert
      
      * check other cases
      
      * remove c++11 features
      
      * style:add "const" remove assert
      
      * style:sanitize file names
      98b6ce35
  15. 06 11月, 2021 2 次提交
  16. 05 11月, 2021 2 次提交
  17. 04 11月, 2021 5 次提交