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

Fix broken headings in Markdown files #60

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#This was experimental branch of Caffe for OpenCL, we know recommend you use the now official OpenCL port of Caffe in BVLC GitHub Repo at https://github.com/BVLC/caffe/tree/opencl
# This was experimental branch of Caffe for OpenCL, we know recommend you use the now official OpenCL port of Caffe in BVLC GitHub Repo at https://github.com/BVLC/caffe/tree/opencl


###OpenCL Caffe Experimental branch by AMD Reserach- No new development is happing on it.
### OpenCL Caffe Experimental branch by AMD Reserach- No new development is happing on it.

This is an OpenCL implementation of Caffe, a mainstream DNN framework (https://github.com/BVLC/caffe). It includes a largely complete Caffe feature set as of August 2015. The project is under active development to improve performance and add new features. Contributions from the community are welcome.

OpenCL (https://en.wikipedia.org/wiki/OpenCL) is an open standard parallel programming language for heterogeneous platforms. OpenCL is supported by a variety of commercial chip manufacturers.

####Branches
#### Branches
We have three branches in this repo.

-stable, the stable branch for users
Expand All @@ -16,7 +16,7 @@ OpenCL (https://en.wikipedia.org/wiki/OpenCL) is an open standard parallel progr

-master, the original Caffe's master branch against which our code is synchronized.

####Design features
#### Design features
-All Caffe layers ported to OpenCL

-Performance improvement by batched implementation for conv layer based on clBLAS
Expand All @@ -31,7 +31,7 @@ OpenCL (https://en.wikipedia.org/wiki/OpenCL) is an open standard parallel progr

Note: More features are planned in the near future. Currently this implementation has been verified and tuned on AMD devices (CPUs/GPUs/APUs). Compatibility across different chip manufacturers will be considered for future addition.

####Performance
#### Performance

We intend to keep updating the latest performance as we make optimizations. Fury results are preliminary and are actively being improved.

Expand All @@ -55,21 +55,21 @@ We intend to keep updating the latest performance as we make optimizations. Fury
|AMD S9150 @900MHz & Xeon E5-2640| 452 |


####Wiki
#### Wiki
For more information on how to install, use or contribute to this code base, please visit our wiki page:
https://github.com/amd/OpenCL-caffe/wiki

#Contributors
# Contributors
Junli Gu, Yibing Liu, Yuan Gao, Maohua Zhu

We thank Mauricio Breternitz, Hanjin Chu and Greg Stoner for their technical suggestions and support.

If you have any questions, please send an email to [email protected]

###Support needed
### Support needed
As an open source project, we hope to maintain an open dynamics and sharing culture. We encourage the contribution and support from the community to improve it together.

###License
### License
The original Caffe is provided in the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE) open source license. The OpenCL ports written by AMD is covered by AMD license. We encourage the contribution and support from external, your contribution will be covered either by BSD 2-Clause license or whichever your preferred license.

### Original Caffe information
Expand Down