Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR to compare original caffe branch (master) with OpenCL port branch (dev) #9

Open
wants to merge 139 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2015

  1. This is yibing's first patch. removed all cuda files and added device…

    … file
    Junli Gu authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    d100af9 View commit details
    Browse the repository at this point in the history
  2. Synced memory changes

    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    3965d0c View commit details
    Browse the repository at this point in the history
  3. update data layer for AMD_PERSISTENT_MEM

    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    8a7c2b2 View commit details
    Browse the repository at this point in the history
  4. add Forward_gpu and Backward_gpu for more layers; update math functio…

    …ns, Makefile and im2col.cpp
    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    13cd87f View commit details
    Browse the repository at this point in the history
  5. Minor update ot syncedmem.hpp

    Junli authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    8e07135 View commit details
    Browse the repository at this point in the history
  6. This patch debugged data layer, added ocl/util, etc. made run cpu ale…

    …xnet
    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    622a9bc View commit details
    Browse the repository at this point in the history
  7. Conv layer FP and BP logic ported. Baseline scheme

    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    1a45bf1 View commit details
    Browse the repository at this point in the history
  8. Debugging layer. Not much change for layers

    Yibing authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    c0ff752 View commit details
    Browse the repository at this point in the history
  9. OpenCL porting for relu, sofmax layer

    Junli authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    10f731b View commit details
    Browse the repository at this point in the history
  10. OpenCL porting of pooling layer

    Junli authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    fc4fa9b View commit details
    Browse the repository at this point in the history
  11. OpenCL porting of LRN layers and inner-product layer; fixed some bugs…

    … in solver
    Junli authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    e5dc1d7 View commit details
    Browse the repository at this point in the history
  12. This patch has conv_org,relu, pooling,fc OpenCL porting and correct

    Junli authored and Junli committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    5eeeb29 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2015

  1. Port the softmax layer

    Yibing authored and Yibing committed Jul 31, 2015
    Configuration menu
    Copy the full SHA
    b72ad4d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. cleanup the kernel interface of conv, relu and dropout

    Yibing authored and Yibing committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    7566846 View commit details
    Browse the repository at this point in the history
  2. minor fix

    Junli authored and Junli committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    77c7cb9 View commit details
    Browse the repository at this point in the history
  3. Ported optimized scheme for conv layer

    junli committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    102649b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b09b8a4 View commit details
    Browse the repository at this point in the history
  5. fix some merge bugs; add ./models into git

    junli committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    270a7d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. cleaned up sgemm_ex interfaces; re-organized the relu layer kernel an…

    …d wrappers
    Yibing authored and Yibing committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    3e3fb86 View commit details
    Browse the repository at this point in the history
  2. cleaning up the conv opt interfaces

    Junli authored and Junli committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    1825769 View commit details
    Browse the repository at this point in the history
  3. conv opt cleaning up cont.

    Junli authored and Junli committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    0bf2479 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/gujunli/caffe-merge

    Junli authored and Junli committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    9179475 View commit details
    Browse the repository at this point in the history
  5. conv opt forward done

    Junli Gu committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    f3cd448 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. conf opt backward interfaces

    Junli Gu committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    e95fd84 View commit details
    Browse the repository at this point in the history
  2. finished debugging for conv optimized scheme

    Junli authored and Junli committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    2fdb29a View commit details
    Browse the repository at this point in the history
  3. minor change

    Junli authored and Junli committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    9a41670 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. conv layer clean up

    Junli Gu committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    472b84a View commit details
    Browse the repository at this point in the history
  2. fixed the bug in syncedmem set_cpu_data

    Yibing authored and Yibing committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    649b3ab View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2015

  1. gconv opt debug

    Yibing authored and Yibing committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    b204a85 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Split OpenCL kernels into different files

    Yuan authored and Yuan committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    4c4b9d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2015

  1. Created global kernel map

    Yibing authored and Yibing committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    858b082 View commit details
    Browse the repository at this point in the history
  2. ocl wrappers get kernel from the map @amdDevice.Kernels instead of pa…

    …ssing from outside; haven't finished in conv_layer
    Yibing authored and Yibing committed Aug 8, 2015
    Configuration menu
    Copy the full SHA
    6934793 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2015

  1. clean the ocl wrappers in conv_layer; check the type of files to be b…

    …uilt in ./src/caffe/ocl
    Yibing authored and Yibing committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    b904fcf View commit details
    Browse the repository at this point in the history
  2. fixed some kernel name errors and re-organized the kernel files

    Yibing authored and Yibing committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    77c1824 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. add AMD's license

    Yibing authored and Yibing committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    cdd4d9d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. This is a test layer

    Junli authored and Junli committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    ed958d8 View commit details
    Browse the repository at this point in the history
  2. modified the packing number

    Junli authored and Junli committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    a45174c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. remove all cuda related flags in Makefile

    Yibing authored and Yibing committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    5822b93 View commit details
    Browse the repository at this point in the history
  2. modified the packing number

    Junli authored and Yibing committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    4e424b4 View commit details
    Browse the repository at this point in the history
  3. add clFinish in test

    Junli authored and Junli committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    02762d4 View commit details
    Browse the repository at this point in the history
  4. fix cmake

    Junli authored and Junli committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    34401f6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of https://github.com/gujunli/OpenCL-CAFFE-upstrea…

    …m-test into dev
    Junli authored and Junli committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    bad971f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2015

  1. Remove cuda related code

    Noplz committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    dfa3955 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. add FindOpenCL and FindclBLAS in cmake/

    Yibing authored and Yibing committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    415f603 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Fixed conv layers opt2 bug

    Yibing authored and Yibing committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    17104ed View commit details
    Browse the repository at this point in the history
  2. conv clean up

    Yibing authored and Yibing committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    33b8282 View commit details
    Browse the repository at this point in the history
  3. removed all cuDNN files

    Yibing authored and Yibing committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    40cdc3e View commit details
    Browse the repository at this point in the history
  4. Removed forward_opt and backward_opt functions in conv layer

    Yibing authored and Yibing committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    b6b96a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Enable SetDevice function; clean the code in device.cpp

    Yibing authored and Yibing committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    20142c4 View commit details
    Browse the repository at this point in the history
  2. Fixed conv layers opt2 bug

    Yibing authored and Yibing committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    b804a1d View commit details
    Browse the repository at this point in the history
  3. conv clean up

    Yibing authored and Yibing committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    79e246a View commit details
    Browse the repository at this point in the history
  4. removed all cuDNN files

    Yibing authored and Yibing committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    1958793 View commit details
    Browse the repository at this point in the history
  5. Removed forward_opt and backward_opt functions in conv layer

    Yibing authored and Yibing committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    5c66e9b View commit details
    Browse the repository at this point in the history
  6. fixed merge conflicts

    Junli authored and Junli committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    7474975 View commit details
    Browse the repository at this point in the history
  7. gfixed merge conflicts

    Junli authored and Junli committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    6a6db93 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Merge branch 'dev' of /home/yugao/caffe-merge-junli/temp/../upstream_…

    …clean/OpenCL-caffe-upstream-test into dev
    Junli authored and Junli committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    bac49c8 View commit details
    Browse the repository at this point in the history
  2. Merge https://github.com/gujunli/OpenCL-caffe-upstream-test into dev

    Junli authored and Junli committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    1e07fb5 View commit details
    Browse the repository at this point in the history
  3. clean up warining info

    Junli authored and Junli committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    8469f86 View commit details
    Browse the repository at this point in the history
  4. Remove the annotation code

    Junli authored and Junli committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    9cf71bb View commit details
    Browse the repository at this point in the history
  5. Partially get through unit test

    Yibing authored and Yibing committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    dce5407 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dev' of https://github.com/gujunli/OpenCL-caffe-upstrea…

    …m-test into dev
    Yibing authored and Yibing committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    0eaad4e View commit details
    Browse the repository at this point in the history
  7. fixed the random seed

    Yibing authored and Yibing committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    c9b345f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2015

  1. Clean up the last two warnings

    Yibing authored and Yibing committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    fd4441c View commit details
    Browse the repository at this point in the history
  2. Clean up the last two warings

    Yibing authored and Yibing committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    f96ca76 View commit details
    Browse the repository at this point in the history
  3. Ported hdf5_data hdf5_output log and mvn layer

    Yibing authored and Yibing committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    5698e3c View commit details
    Browse the repository at this point in the history
  4. Port absval_layer bnll_layer concat_layer contrastive_loss_layer deco…

    …nv_layer eltwise_layer euclidean_loss_layer exp_layer & filter_layer
    Yibing authored and Yibing committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    0ccf658 View commit details
    Browse the repository at this point in the history
  5. Fix some bugs in layers' porting

    Yibing authored and Yibing committed Sep 6, 2015
    Configuration menu
    Copy the full SHA
    dfc6cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Ignore log dir

    Noplz committed Sep 7, 2015
    Configuration menu
    Copy the full SHA
    84d80c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. ported new layers

    Junli authored and Junli committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    097f69c View commit details
    Browse the repository at this point in the history
  2. Made my own last porting layers go through unit test

    Yibing authored and Yibing committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    8266a0a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. fix bug in PReLU layer

    Junli authored and Junli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    c37410b View commit details
    Browse the repository at this point in the history
  2. modify conv layers

    Junli authored and Junli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    454d676 View commit details
    Browse the repository at this point in the history
  3. Pass HDF5 layers unit test

    Yibing committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    c8e5b9f View commit details
    Browse the repository at this point in the history
  4. minor fix

    Yibing committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    8f700e8 View commit details
    Browse the repository at this point in the history
  5. Format the code

    Noplz committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    8166acf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f931d4c View commit details
    Browse the repository at this point in the history
  7. Fix the bug that CPU mode cannot run

    Yibing authored and Yibing committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    432dd92 View commit details
    Browse the repository at this point in the history
  8. update Readme and License file

    Junli authored and Junli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    e45e900 View commit details
    Browse the repository at this point in the history
  9. update Readme and License file

    Junli authored and Junli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    b14dac2 View commit details
    Browse the repository at this point in the history
  10. minor fix

    Junli authored and Junli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    9a78a23 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    b5792c3 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    947aa9a View commit details
    Browse the repository at this point in the history
  13. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    51872ff View commit details
    Browse the repository at this point in the history
  14. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    af514ad View commit details
    Browse the repository at this point in the history
  15. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    49ecf7c View commit details
    Browse the repository at this point in the history
  16. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    dc1f82a View commit details
    Browse the repository at this point in the history
  17. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    15e5dc5 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    gujunli committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    4036485 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Adjust the code style

    Noplz committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    20b4a89 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    1e1bcd2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    a8cb6de View commit details
    Browse the repository at this point in the history
  4. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    d5cdc7a View commit details
    Browse the repository at this point in the history
  5. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    915fe5c View commit details
    Browse the repository at this point in the history
  6. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    2ea8289 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    ef00e37 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    ce44b9e View commit details
    Browse the repository at this point in the history
  9. Fixed the bug in kernel_channel_sum(), passed throug softmaxwithloss,…

    … validated the loss output in log file
    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    44f67c1 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    f8fb6d3 View commit details
    Browse the repository at this point in the history
  11. merge fix

    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    1fa4473 View commit details
    Browse the repository at this point in the history
  12. Added rng_uniform rng_gaussian

    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    fe779df View commit details
    Browse the repository at this point in the history
  13. Merge Maohua's patch: add rng_gaussian rng_uniform

    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    e1bdcb7 View commit details
    Browse the repository at this point in the history
  14. fix a template error in random.cl

    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    e42eeae View commit details
    Browse the repository at this point in the history
  15. Add uint random generator

    Yibing authored and Yibing committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    900beb8 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    4adb3d2 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    gujunli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    d2a24e6 View commit details
    Browse the repository at this point in the history
  18. add notation

    Junli authored and Junli committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    280f813 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Adjust the indent

    Noplz committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    30d5f21 View commit details
    Browse the repository at this point in the history
  2. Merge https://github.com/amd/OpenCL-caffe into dev

    Yibing authored and Yibing committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    0ba689a View commit details
    Browse the repository at this point in the history
  3. Passed dropout unit test

    Yibing authored and Yibing committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    ae39d5d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. fixed mergre problem

    Yibing authored and Yibing committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    ab502d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Merge https://github.com/amd/OpenCL-caffe into dev

    Junli authored and Junli committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    a92c674 View commit details
    Browse the repository at this point in the history
  2. removed cmakefiles from git repo

    Junli authored and Junli committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    cb7cd7b View commit details
    Browse the repository at this point in the history
  3. Enable CPU_ONLY flag

    Yibing authored and Yibing committed Sep 13, 2015
    Configuration menu
    Copy the full SHA
    04d42ec View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    fd94a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d2ba11 View commit details
    Browse the repository at this point in the history
  3. Add the change in tools/

    Yibing authored and Yibing committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    1a2f022 View commit details
    Browse the repository at this point in the history
  4. Clean test code

    Yibing authored and Yibing committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    a3d5b15 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Passed PReLU layer's unit test

    Yibing authored and Yibing committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    aef701c View commit details
    Browse the repository at this point in the history
  2. Passed through Slice layer

    Yibing authored and Yibing committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    c1102c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. Passed through Im2col_layer test

    Yibing authored and Yibing committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    8b433d1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gujunli committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    1ec6e88 View commit details
    Browse the repository at this point in the history
  3. Tested reduction_layer & deconv_layer

    Yibing authored and Yibing committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    c5eeb40 View commit details
    Browse the repository at this point in the history
  4. Merge https://github.com/amd/OpenCL-caffe into dev

    Yibing authored and Yibing committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    2711a9c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    gujunli committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    6a46781 View commit details
    Browse the repository at this point in the history
  6. update gitignore

    Junli Gu committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    b0cb051 View commit details
    Browse the repository at this point in the history
  7. untrack auto generated src/caffe/test/CMakeFiles

    Junli Gu committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    e7db7b1 View commit details
    Browse the repository at this point in the history
  8. removed unnecessary cmake files

    Junli Gu committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    df57731 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. integrate Mauricio's code review suggestions

    Junli Gu committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    6b9fe7a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gujunli committed Sep 17, 2015
    Configuration menu
    Copy the full SHA
    efd5dba View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. comment on where the code is modified for OpenCL port

    Yibing authored and Yibing committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    660df23 View commit details
    Browse the repository at this point in the history
  2. Go through 1x1 convolution

    Yibing authored and Yibing committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    ab0b360 View commit details
    Browse the repository at this point in the history
  3. Merge https://github.com/amd/OpenCL-caffe into dev

    Yibing authored and Yibing committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    65adc8d View commit details
    Browse the repository at this point in the history
  4. Go through conv_layer

    Yibing authored and Yibing committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    3acadc0 View commit details
    Browse the repository at this point in the history
  5. Go through GPUMathFunctionsTest

    Yibing authored and Yibing committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    606117d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2015

  1. fixed im2col_opt paramters

    Junli authored and Junli committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    ecbd837 View commit details
    Browse the repository at this point in the history
  2. fixed im2col

    Junli authored and Junli committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    7ac0a96 View commit details
    Browse the repository at this point in the history
  3. direct is_1_1 conv to original scheme

    Junli authored and Junli committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    a894a29 View commit details
    Browse the repository at this point in the history
  4. Removed unused variable in base_conv_layer

    Yibing authored and Yibing committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    1511d4e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2015

  1. pass col2im_opt unit test

    Junli authored and Junli committed Sep 20, 2015
    Configuration menu
    Copy the full SHA
    3318335 View commit details
    Browse the repository at this point in the history