1091 Commits (64b217aa868f6f050ecdb0b627aeda3dc866912d)
 

Author SHA1 Message Date
Alexey 64b217aa86
Update Readme.md 6 years ago
AlexeyAB c50b0e0c8a Minor Python and C API improvement 6 years ago
Alexey b76f1c0006
Merge pull request #2352 from aughey/master 6 years ago
AlexeyAB 285088adc4 Fixed checking CC for enabling Tensor Cores 6 years ago
AlexeyAB e1bbeb8367 CUDNN_HALF and CC 7.5 by default in darknet.sln 6 years ago
AlexeyAB fa1415e3c2 CUDNN_HALF and CC 7.5 by default in darknet.sln 6 years ago
John Aughey c00d3c92db Making a fast API compatible way to copy image data. 6 years ago
John Aughey 7e9416aa80 Making a pointer version of network_predict for python. 6 years ago
John Aughey 8726d7b0db Optimizing network_predict_image to resize only if necessary. 6 years ago
AlexeyAB edfdf2c20e Fixed bug in Tensor Cores training 6 years ago
AlexeyAB 12b6e93893 CHECK_CUDA is used everywhere 6 years ago
AlexeyAB ce2e0eff00 DEBUG=1 fixed 6 years ago
AlexeyAB d767e8ca38 Minor fixes 6 years ago
AlexeyAB 5446d19576 Checks Compute Capability and forcibly disables Tensor Cores for CC < 7.0 6 years ago
AlexeyAB f7cb538b32 Compile fix 6 years ago
AlexeyAB 584f840b40 CUDA_CHECK definition for debug 6 years ago
AlexeyAB 61156239e0 Minor performance improvement 6 years ago
AlexeyAB dc7e7f035d improve XNOR Tensor Cores GEMM - N 2x unrolled - minor performance improvement 6 years ago
AlexeyAB 41814fc4b3 Minor fixes 6 years ago
AlexeyAB ff0733ed40 Speedup repack_input_kernel_bin() 6 years ago
AlexeyAB 2d747cab2b Minor fixes 6 years ago
AlexeyAB f91d5a5e09 Fixed __shfl() and __ballot() warnings 6 years ago
Alexey e1ec8a8b07
Update Readme.md 6 years ago
AlexeyAB f09a9c3315 XNOR uses Tensor Cores on Turing GPU CC>=7.3 (not Volta) 6 years ago
AlexeyAB e17bd9ba8f Minor fix 6 years ago
AlexeyAB a607784626 Added crnn.train.cfg just for test 6 years ago
AlexeyAB c7309c1fdb Fixed CRNN (RNN based on Convolution) layer 6 years ago
AlexeyAB bd91d0a908 Add try-catch to the http_stream.cpp 6 years ago
AlexeyAB c71354ab2e Added cudaGetLastError() for cudaHostAlloc() to reset last cuda error 6 years ago
AlexeyAB 381f90ebb8 Fixed CUDA error checking 6 years ago
AlexeyAB 2790464de1 Another compile fix 6 years ago
AlexeyAB ae8a8e6016 Compile fix 6 years ago
AlexeyAB 640bdbc063 LSTM, RNN, GRU - use connected_layer that uses cuDNN. Fixed CRNN for conv-layer with cuDNN. 6 years ago
AlexeyAB 0e1f3eaf35 Fixed DLL/SO 6 years ago
AlexeyAB 3692c174c5 Compile fix 6 years ago
AlexeyAB 110b5240a4 Fixed LSTM-layer 6 years ago
AlexeyAB 85b99872cb Use non-default stream for all CUDA-functions 6 years ago
AlexeyAB 00b87281f3 Fixed RNN (RNN, GRU, LSTM) with cuDNN (batch-norm) 6 years ago
AlexeyAB 9576cd4d89 Fixed memory allocation 6 years ago
AlexeyAB 090d934c0f Minor speedup on CPU 6 years ago
AlexeyAB 630f441e08 Minor CPU speedup - i7 6500K: 1000ms (AVX=1) instead of 1500ms (old AVX=1) and 2000ms (AVX=0) 6 years ago
AlexeyAB 1b15e2f8df Compile fix on Windows 6 years ago
Alexey da044776d1
Merge pull request #2282 from davidssmith/master 6 years ago
AlexeyAB a7366a5a0a Compile fix for CC < 7.3 6 years ago
David Smith 96773df469 add lstm_layer.o to Makefile 6 years ago
David Smith 5e778cd91e add LSTM layer 6 years ago
Alexey 29aa716bd9
Update Readme.md 6 years ago
AlexeyAB 2d3220cef5 Look at wmma::bmma_sync(), bmmaBitOpXOR, bmmaAccumulateOpPOPC 6 years ago
Alexey b47db904ee
Merge pull request #2272 from Sauraus/master 6 years ago
Antek S. Baranski 8960fbfb3f gcc on OSX required explicit return value for empty (char *) in detection_to_json 6 years ago