1. 16 8月, 2020 1 次提交
  2. 14 8月, 2020 2 次提交
  3. 13 8月, 2020 5 次提交
  4. 12 8月, 2020 4 次提交
  5. 11 8月, 2020 5 次提交
  6. 10 8月, 2020 6 次提交
  7. 08 8月, 2020 4 次提交
  8. 07 8月, 2020 3 次提交
  9. 06 8月, 2020 4 次提交
    • S
      rm warning when cuda is off (#3430) · 50c93720
      Shenghang Tsai 提交于
      
      
      Former-commit-id: d2c765ad
      50c93720
    • S
      Dev pure cpu (#3398) · d2296ce5
      Shenghang Tsai 提交于
      * cmake dont panic when build cuda
      
      * naive changes
      
      * fix cudaMemcpyKind
      
      * fix acc actor
      
      * fix actor
      
      * fix gdb
      
      * fix vm
      
      * fix work type
      
      * fix cuda type
      
      * fix cuda type
      
      * fix collective backend
      
      * fix global scope
      
      * amp
      
      * rm PackKernelUtil gpu
      
      * fix log
      
      * fix rand
      
      * fix sync size
      
      * fix allocator
      
      * fix vm
      
      * fix kernel
      
      * fix kernel
      
      * fix kernels
      
      * fix kernel
      
      * fix softmax
      
      * fix kernels
      
      * fix reshape kernels
      
      * add workaround
      
      * try fix symbol not found
      
      * fix vm
      
      * fix vm
      
      * fix jpeg
      
      * fix broadcast gpu
      
      * fix broadcast like
      
      * fix transpose
      
      * fix matmul
      
      * fix CopyElemOnGpu
      
      * fix sigmoid
      
      * fix sigmoid and softmax
      
      * fix relu
      
      * fix sparse cross entropy
      
      * fix kernels
      
      * fix tanh
      
      * fix same padding
      
      * fix softmax
      
      * fix undefined symbol: gzgets
      
      * fix CopyField
      
      * fix scalar add
      
      * fix CopyNDGpuImpl
      
      * copier
      
      * fix slice boxing
      
      * fix mem copier
      
      * fix zero like
      
      * fix acc actor
      
      * fix dev pure cpu (#3410)
      
      * add pure cpu message
      
      * add default for src dir in ci
      
      * add cpu workflow
      
      * fix extra_oneflow_cmake_args
      
      * fix link problem add update readme
      
      * fix _GetDefaultConfigProto
      
      * use gpu
      
      * rm default value for gpu dev num
      
      * rm cpu ci
      
      * check in skip code
      
      * refine ci and add back
      
      * add arg for appendix
      
      * fix env arg
      
      * fix env arg
      
      * rm make nccl
      
      * add back to pass gpu ci
      
      * get with cuda in py
      
      * fix fmt
      
      * fix test kernels
      
      * fix activation
      
      * add skips
      
      * fmt
      
      * skip all reduce
      
      * fix assign
      
      * fix bn
      
      * fix bn
      
      * rm tmp_wheel
      
      * rm tmp_wheel
      
      * move clean up
      
      * for CPU-only OneFlow make gpu_device_num equivalent to cpu_device_num
      
      * change warning to info
      
      * only run 3 iters for cpu
      
      * skip bert for cpu
      
      * fix check
      
      * add warning
      
      * add cpu Integration test
      
      * Dev pure cpu test cases (#3422)
      
      * fix test cpu cases
      
      * change os.getenv('ONEFLOW_TEST_CPU_ONLY') == 'True' to os.getenv('ONEFLOW_TEST_CPU_ONLY')
      
      * print traceback for info and warning
      
      * fix test cpu cases
      
      * add more info on why skip check of resnet
      
      * skip gan in cpu
      Co-authored-by: Ntsai <caishenghang@1f-dev.kbaeegfb1x0ubnoznzequyxzve.bx.internal.cloudapp.net>
      Co-authored-by: Ntsai <caishenghang@oneflow.org>
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Co-authored-by: NJackieWu <wkcn@live.cn>
      Co-authored-by: NOuYang Yu <xuanjiuye@gmail.com>
      Former-commit-id: 47aba214
      d2296ce5
    • S
      backport fix fox placement (#3424) · 842b3901
      Shenghang Tsai 提交于
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: e5e3eb31
      842b3901
    • J
      Add parallel_desc for GenKernelConf and UserKernelInitContext (#3423) · 73ec308c
      Juncheng 提交于
      
      
      Former-commit-id: 438c45a5
      73ec308c
  10. 05 8月, 2020 6 次提交