"README.md" did not exist on "5c2d1573de7b44ef0cad89172f0b3bd96f393e64"
sandbox/dan2: Modify CUDA matrix allocation so that it caches freed memory and...
sandbox/dan2: Modify CUDA matrix allocation so that it caches freed memory and returns cached answers if they are of the size required... this is to work around the extremee slowness of cudaMalloc and cudaMallocPitch on some platforms. git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3104 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
Showing
- src/cudamatrix/cu-block-matrix.cc 4 additions, 3 deletionssrc/cudamatrix/cu-block-matrix.cc
- src/cudamatrix/cu-device.cc 278 additions, 14 deletionssrc/cudamatrix/cu-device.cc
- src/cudamatrix/cu-device.h 13 additions, 3 deletionssrc/cudamatrix/cu-device.h
- src/cudamatrix/cu-matrix.cc 5 additions, 6 deletionssrc/cudamatrix/cu-matrix.cc
- src/cudamatrix/cu-packed-matrix.cc 5 additions, 4 deletionssrc/cudamatrix/cu-packed-matrix.cc
- src/cudamatrix/cu-rand.cc 4 additions, 3 deletionssrc/cudamatrix/cu-rand.cc
- src/cudamatrix/cu-vector.cc 12 additions, 34 deletionssrc/cudamatrix/cu-vector.cc
Loading
Please register or sign in to comment