1. 01 7月, 2017 11 次提交
    • W
      Merge pull request #171 from Oneflow-Inc/dev_chengcheng · d85b4434
      Will Zhang 提交于
      fix bug in relu kernel util
      d85b4434
    • C
      fix bug in relu kernel util · bb26dd20
      chengtbf 提交于
      bb26dd20
    • duduscript's avatar
      CloneKernelTest (#170) · cb582ced
      duduscript 提交于
      * clonekernel
      
      * fix namespace error
      
      * fix clonekernel some problem
      
      * fix coding style and lambda capture
      
      * stack space to heap space
      
      * fix coding style problem in clonekernel
      
      * add a line below namespace
      
      * fix coding style problems
      
      * fix coding style problems in clonekernel
      
      * delete a line, change 1.0 => {1.0f}, change var out_blob => odbn_blob
      
      * blob.h char* to void*
      
      * fix spell mistake
      
      * move template function ti blas dict
      
      * clone_kernel_test
      
      * test fix some problem of clonekernel cpu version
      
      * clone kernel test passed
      
      * fix some coding style problem and add a random number test
      
      * refactoring clone_kernel_test.cpp
      
      * fix some function in clone_kernel_test
      
      * fix coding style clone_kernel_test
      
      * clang-format clone_kernel_test
      
      * add double test
      
      * floating_point_type -> FloatingPointType
      cb582ced
    • W
      Merge pull request #169 from Oneflow-Inc/dev_chengcheng · 0f078170
      Will Zhang 提交于
      relu_kernel, circle_read_line resolve warning
      0f078170
    • C
      relu_kernel, circle_read_line resolve warning · 2c48055f
      chengtbf 提交于
      2c48055f
    • S
      add has_bias_term in inner product OP and Kernel (#162) · b2952e8a
      Shiyuan Shang-Guan 提交于
      * replace Blob4BnInOp with BnInOp2Blob
      
      * add has_bias_term in innerproduct_op
      
      * add has_bias_term in innerproduct_kernel
      
      * update innerproduct_kernel
      
      * update inner_product_test
      
      * update innerproduct_kernel_test
      
      * add DEFINE_GET_VAL_FROM_PBMESSAGE(bool, Bool)
      
      * update inner_product OP and Kernel
      
      * re-write inner_product_kernel_test
      
      * temp
      
      * update inner_product_op_test and inner_product_kernel_test
      
      * update
      
      * rm <string> and <vector>
      
      * rm bool has_bias_term
      
      * add test of FloatingPointType = double
      b2952e8a
    • duduscript's avatar
      Dev zhangyongxian (#168) · 53464cc8
      duduscript 提交于
      * clonekernel
      
      * fix namespace error
      
      * fix clonekernel some problem
      
      * fix coding style and lambda capture
      
      * stack space to heap space
      
      * fix coding style problem in clonekernel
      
      * add a line below namespace
      
      * fix coding style problems
      
      * fix coding style problems in clonekernel
      
      * delete a line, change 1.0 => {1.0f}, change var out_blob => odbn_blob
      
      * blob.h char* to void*
      
      * fix spell mistake
      
      * move template function ti blas dict
      
      * clone_kernel_test
      
      * test fix some problem of clonekernel cpu version
      
      * clone kernel test passed
      
      * fix some coding style problem and add a random number test
      
      * refactoring clone_kernel_test.cpp
      
      * fix some function in clone_kernel_test
      
      * fix coding style clone_kernel_test
      
      * clang-format clone_kernel_test
      53464cc8
    • W
      SortUsingDeclarations · debb68a3
      willzhang4a58 提交于
      debb68a3
    • L
      fix model diff acc (#165) · 3cff1610
      Liu Guo 提交于
      * refine copy actor
      
      * using unix path separator
      
      * separate Init for CopyHdActor and CopyCommNetActor
      
      * refine CopyHdActor with different stages
      
      * refine CopyCommNetActor with different stages
      
      * remove useless code
      
      * remove useless code
      
      * using cuda stream in thread context
      
      * using OF_SET_MSG_HANDLE
      
      * remove useless code
      
      * remote regst warpper
      
      * fix blob ptr in RemoteRegstWarpper
      
      * fix memory leak
      
      * add model diff accumulate actor
      
      * implement model diff accumulate actor
      
      * fix style
      
      * alignment
      
      * fix MdDiffAccCompTask
      3cff1610
    • W
      Merge pull request #167 from Oneflow-Inc/dev_chengcheng · 678625d3
      Will Zhang 提交于
      win-run.sh
      678625d3
    • C
      win-run.sh · 8a6a19e6
      chengtbf 提交于
      8a6a19e6
  2. 30 6月, 2017 6 次提交
  3. 29 6月, 2017 8 次提交
    • L
      model diff accumulate actor (#161) · 3cb2c870
      Liu Guo 提交于
      * refine copy actor
      
      * using unix path separator
      
      * separate Init for CopyHdActor and CopyCommNetActor
      
      * refine CopyHdActor with different stages
      
      * refine CopyCommNetActor with different stages
      
      * remove useless code
      
      * remove useless code
      
      * using cuda stream in thread context
      
      * using OF_SET_MSG_HANDLE
      
      * remove useless code
      
      * remote regst warpper
      
      * fix blob ptr in RemoteRegstWarpper
      
      * fix memory leak
      
      * add model diff accumulate actor
      
      * implement model diff accumulate actor
      
      * fix style
      
      * alignment
      3cb2c870
    • W
      FloatingPointType · d2dc86a5
      willzhang4a58 提交于
      d2dc86a5
    • W
      SplitAndParseAs · 8f919423
      willzhang4a58 提交于
      8f919423
    • W
      define oneflow_cast · 6c963fd1
      willzhang4a58 提交于
      6c963fd1
    • S
      copy hd kernel (#160) · c4fcaf4f
      Shiyuan Shang-Guan 提交于
      * update innerproduct
      
      * add test of inner_product
      
      * update inner_product_test
      
      * mod inner_product_kernel by KernelUtil
      
      * fix issues
      
      * rename BnInOp2BlobPtr
      
      * mod BuildKernel function
      
      * fix issue
      
      * fix issue
      
      * merge Create Blob and Create BnInOp2BlobPtr
      
      * add blank line and rename variable
      
      * update
      
      * add memcpy kinds:(h2d, d2d, d2h) to Memcpy function
      
      * copy hd kernel
      
      * update copy hd kernel
      c4fcaf4f
    • G
      add memcpy kinds:(h2d, d2d, d2h) to Memcpy function (#159) · 39125342
      grinchcoder 提交于
      * add memcpy kinds:(h2d, d2d, d2h) to Memcpy function
      
      * fix typo
      
      * fix typo
      39125342
    • C
      cuda_util.h (#157) · 85f09c68
      chengtbf 提交于
      cuda util
      85f09c68
    • W
      add split function · 42a1c30f
      willzhang4a58 提交于
      42a1c30f
  4. 28 6月, 2017 10 次提交
  5. 27 6月, 2017 5 次提交