https://github.com/Microsoft/CNTK
Raw File
Tip revision: d78332ab271ebd271dbe9b949a9ec229f016bec0 authored by KeDengMS on 23 February 2017, 02:23:02 UTC
Fix a bug that CPUSparseMatrix::DoGatherColumnOf may generate matrix that's not CSC compliant and cause CUDA failure in GEMM
Tip revision: d78332a
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
[submodule "external/gsl"]
	path = external/gsl
	url = https://github.com/Microsoft/GSL.git
	branch = d846fe5
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnx_repo"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnx_repo
	url = https://github.com/onnx/onnx.git
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnxruntime"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnxruntime
	url = https://github.com/Microsoft/onnxruntime.git
back to top