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

Considerable speedup(VGG model:1.5x, AlexNet:1.1x) #16

Merged
merged 1 commit into from May 18, 2015

Conversation

bestimage-tencent
Copy link
Contributor

Considerable speedup(1.5x under VGG model with miniBatch of 32, 1.1x under AlexNet with miniBatch of 128), and the optimizations focus on fully employing gpu-releated functions.

Optimizations focus on the gpu-related features, such as avoiding bank
conflict, employing wider band width of shared memory, and using
vectorized data type, etc..
akrizhevsky added a commit that referenced this pull request May 18, 2015
Considerable speedup(VGG model:1.5x, AlexNet:1.1x)
@akrizhevsky akrizhevsky merged commit eaf9162 into akrizhevsky:master May 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants