Added experimental NVIDIA GPU support for matrix multiplication. dot, dotT, transpose#4
Open
SunnyPage wants to merge 62 commits intoromanpro23:masterfrom
Open
Added experimental NVIDIA GPU support for matrix multiplication. dot, dotT, transpose#4SunnyPage wants to merge 62 commits intoromanpro23:masterfrom
SunnyPage wants to merge 62 commits intoromanpro23:masterfrom
Conversation
…ose. Also fixed softmax bug.
…ose. Also fixed softmax bug.
…ose. Also fixed softmax bug.
Update CUDA Toolkit version
# Conflicts: # data/ka_speech_recognation.txt # data/ka_speech_recognation_optimizer.txt # la_helper_funs.cu # la_helper_funs.ptx # src/main/java/neural_network/initialization/Initializer.java # src/main/java/nnarrays/NNArray.java # src/main/java/nnarrays/NNMatrix.java # src/main/java/nnarrays/NNTensor.java # src/main/java/test/speechtotext/PositionLoader.java # src/main/java/test/speechtotext/speechtotext.java # src/main/java/utilities/Ieee754Binary16.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some GPU support files have been taken from https://github.com/tberg12/murphy which are distributed apparently under the Apache-2.0 license
For GPU support, you will need to install the Nvidia CUDA Toolkit.
I am currently using v8.0. May require visual c++ 2015 compiler. There are ways around the need to install the compiler in newer versions.
fixed softmax bug