1. 11 10月, 2019 1 次提交
    • Z
      CUDA: can run yolov3 int8 (#2172) · 29f448c6
      Zhaolong Xing 提交于
      * add conv int8 support(in condition which the input or output channel not be the times of 4)
      add add_kernel for cuda.
      
      * can run yolov3 fp32
      test=develop
      
      * 1. fix bug with yolov3 run
      test=develop
      
      * can run yolov3 int8 test=develop
      29f448c6
  2. 20 9月, 2019 1 次提交
  3. 09 9月, 2019 1 次提交
    • P
      Add concat and elementwise_add cuda kernel (#1979) · ad8f9faa
      Pei Yang 提交于
      * add nearest_interp_cuda kernel, test=develop
      
      * add concat op and elementwise_add op
      
      * remove eigen dependency from nearest_interp cuda kernel, test=develop
      
      * free cuda pointers, test=develop
      ad8f9faa