Skip to content
Snippets Groups Projects
  1. Jun 22, 2018
    • Jinhui Yuan's avatar
      Refine act event (#885) · 28a680c6
      Jinhui Yuan authored
      * make record act event work
      
      * make profiler work
      
      * simplify profiler
      
      * not create EventLogger file if unnecessary
      
      * add launch_time and execution_time in act event
      
      * add safe check
      
      * send act events in a single rpc request
      
      * send one act event in a rpc request
      
      * fix memory error
      28a680c6
  2. Jun 19, 2018
  3. Jun 15, 2018
  4. Jun 14, 2018
  5. Jun 13, 2018
    • chengtbf's avatar
      fix bug of protobuf::MessageDifferencer (#931) · 0a0489f4
      chengtbf authored
      0a0489f4
    • Niu Chong's avatar
      Conv GPU Kernel Without Cudnn (#916) · c37985d7
      Niu Chong authored
      * feat: add UseCudnnOnGpu in Operator and fix conv op
      
      * feat: add WithCudnn and WithoutCudnn in ConvKernel<kGPU, T>
      
      * feat: add CUDA NCDHWIm2ColGpu kernel and compile done
      
      * refine: rename Im2ColNCDHWGpu() to NCDHWIm2ColGpu()
      
      * fix: reverse update about int32_t to int64_t in BlocksNum4ThreadNum()
      
      * feat: add CUDA NCDHWCol2ImGpu kernel
      
      * refactor: extract InitSharedArrays() for device code
      
      * feat: add CUDA NDHWCIm2ColGpu kernel
      
      * feat: add CUDA NDHWCCol2ImGpu kernel and fix typos
      
      * fix: fix the bug of calc im_offset when NDHWCIm2ColGpu
      
      * refactor: extract Im2ColCalcKernelAndOutIndex() and Im2ColCalcImIndex()
      
      * fix: fix format and the missing shared_im[] parameter in Im2ColCalcImIndex()
      
      * refactor: merge NCDHWCol2ImGpu() and NDHWCCol2ImGpu() into Col2ImGpu()
      
      * refactor: merge NCDHWIm2ColGpu() and NDHWCIm2ColGpu() into Im2ColGpu()
      
      * feat: add class ConvKernelImplByIm2Col between ConvKernelIf and ConvKernel; compile done, to be run
      
      * fix: add explicit template instantiation for ConvKernelUtil
      
      * refine: remove unused class function declaration: KernelInitWithoutCudnn e.g.
      
      * fix(operator/conv_op.cpp): make sure UseCudnnOnGpu() == true when infer cudnn algo
      
      * refine(kernel/conv_kernel.cu): let the gpu kernel function be inside the anoymous namespace
      
      * refactor: add dim_num as the template paramter of Im2ColGpu() and Col2ImGpu()
      
      * refactor: add is_channel_first as the template paramter of Im2ColGpu() and Col2ImGpu()
      
      * refine(kernel/conv_kernel.cu): add  #undef IM2COL_FUNC_CALL
      
      * refine(kernel/conv_kernel.cu): add dim_num as the template parameter of InitSharedMemory()
      
      * fix(kernel/conv_kernel.cu): fix the bug of use col_offset in Im2ColGpu()
      c37985d7
  6. Jun 12, 2018
    • chengtbf's avatar
      Dev regst manager (#920) · 80010aaa
      chengtbf authored
      * refine regst manager
      
      * refine regst mananger version 2
      
      * remove memInfo
      
      * refine code and reduce rows
      
      * using protobuf message differencer
      
      * explicit
      
      * memory allocator free memory
      
      * add regst desc proto list init for test code
      80010aaa
    • qicosmos's avatar
      Oneflow qiyu (#928) · 5fa0b3fa
      qicosmos authored
      * remove cplusplus_17.h, it's no need now.
      
      * improve make_unique
      
      * make macros together
      
      * remove OF_CALL_ONCE macro
      
      * remove macros in ctrl_server
      
      * -Wno-unused-function
      
      * remove useless header
      5fa0b3fa
    • Jinhui Yuan's avatar
      rename md_diff_acc filename (#927) · 210ead4b
      Jinhui Yuan authored
      210ead4b
  7. Jun 09, 2018
  8. Jun 08, 2018
  9. Jun 05, 2018
  10. Jun 04, 2018
  11. Jun 01, 2018
  12. May 30, 2018
  13. May 29, 2018
  14. May 28, 2018