Commit Graph

186 Commits

Author SHA1 Message Date
CSTEZCAN dfc70de682
Adding new cards, sorting cuda compute (#8792)
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
2023-08-26 03:41:40 +02:00
Stefano Sinigardi d5e0450290
upgrade to cuda 12.2 (#8832) 2023-08-26 01:41:27 +02:00
Stéphane Charette 59c86222c5
better logging for filename/function/line on CUDA and CUDNN error; logging of full backtrace on Linux when an error causes Darknet to exit (#8791) 2023-05-06 20:19:30 +02:00
AlexeyAB 846c79b6d4 Added [empty]/[silence] and [implicit] layers 2021-05-11 22:59:21 +03:00
AlexeyAB eb208de417 Commented in the Makefile: -gencode arch=compute_86,code=[sm_86,compute_86] 2020-12-01 16:45:28 +03:00
AlexeyAB e87042a49a Fixed Makefile and CMakeLists.txt for RTX 3090 2020-12-01 05:14:02 +03:00
MarvinKlemp fe8e9edd29
Added Ampere Gencode 2020-11-12 10:12:50 +01:00
Alexey fbe347a2fb
Merge pull request #5908 from TomHeaven/master
fix an openmp related error on macOS
2020-07-25 14:35:01 +03:00
Will Battel 40ee64ea82
Add nvcc flag for known Ampere GPUs 2020-07-23 15:52:15 -05:00
oneWayOut fc6b3d0ad2 fix makefile comment bug
spaces between variable declaration and comment will assign unexpected
value to the variable
2020-07-06 12:49:57 +08:00
tomheaven 7324fb7b33 fix an openmp related error on macOS 2020-06-10 09:05:11 +08:00
Stefano Sinigardi 551e57dc8b fix linux make and add windows cygwin on github actions 2020-05-01 16:00:36 +02:00
Alexey 1de03f948c
Merge pull request #4896 from tiagoshibata/opencv4-AlexeyAB
Support building with OpenCV 4
2020-02-21 02:24:47 +03:00
Tiago Koji Castro Shibata 187918f564 Enable C++11 for OpenCV 4 2020-02-20 10:02:14 -08:00
Tiago Koji Castro Shibata bc7209ab31 Fix compilation with latest OpenCV
C APIs were removed and must be replaced with C++ calls
2020-02-20 10:02:10 -08:00
Aymeric DUJARDIN a9f634dd18 Adding support for ZED SDK 3.0 (with 2.8 support maintained) 2020-01-27 19:12:08 +01:00
AlexeyAB f4b2612b04 Added the ability to compile in C++ (Makefile USE_CPP=1) 2019-12-16 18:26:50 +03:00
Mosè Giordano 55a6479ea2 Fix compilation for Windows with MinGW 2019-11-24 00:17:32 +00:00
Mosè Giordano 5a77940bd5 Add $(OBJDIR) as prerequisite to $(LIBNAMESO)
The directory must exist before running this rule.  When running `make` with
several parallel jobs it can happen that $(LIBNAMESO) rule is run before
creating the directory.
2019-11-21 01:53:31 +00:00
AlexeyAB b3a2495298 Added Gaussian YOLOv3 layer [Gaussian_yolo] 2019-10-25 20:47:17 +03:00
AlexeyAB 644621791d Compile fix 2019-08-02 19:36:38 +03:00
AlexeyAB 2fa9792c56 Added [sam] layer 2019-08-02 19:29:05 +03:00
AlexeyAB cc41339805 Added [scale_channels] layer for squeeze-and-excitation blocks 2019-06-19 23:36:02 +03:00
AlexeyAB 31dc6c8680 Added LSTM sequence detector, and blur data augmentation (for OpenCV only) 2019-05-07 16:28:31 +03:00
AlexeyAB f19d1440cb Moved all OpenCV functions to the image_opencv.cpp/h 2019-04-04 22:57:05 +03:00
Stefano Sinigardi dfa1735a90
Merge branch 'master' into dev/cenit/stb 2019-03-19 19:39:41 +01:00
Aymeric Dujardin 0557f43141 ZED Camera support CMakeLists + Fix Makefile 2019-03-19 12:41:47 +01:00
AlexeyAB 8bcba6c105 Minor fixes. Added ZED_CAMERA to the Makefile. 2019-03-19 00:17:09 +03:00
AlexeyAB b6e15f1656 ZED 3D Camera support added to ./uselib (yolo_console_cpp.exe) example 2019-03-18 02:48:52 +03:00
Stefano Sinigardi 5be12ce058 move Stb lib to 3rdparty folder 2019-03-13 23:21:37 +01:00
AlexeyAB ce2e0eff00 DEBUG=1 fixed 2019-02-05 00:36:17 +03:00
AlexeyAB 41814fc4b3 Minor fixes 2019-02-02 15:16:57 +03:00
David Smith 96773df469 add lstm_layer.o to Makefile 2019-01-24 09:38:45 -06:00
AlexeyAB 0e022d0912 Fixed timer 2019-01-18 21:29:06 +03:00
AlexeyAB 4ed6fd1ada Fix for compilation on Google Colab 2019-01-18 19:54:05 +03:00
AlexeyAB 3ff5084590 Added include/darknet.h 2019-01-06 23:51:38 +03:00
AlexeyAB 742bb7c7ce Compile fix 2018-12-07 22:52:07 +03:00
AlexeyAB 2bb44454a5 Minor fix 2018-10-14 00:20:23 +03:00
AlexeyAB 344f8c6d27 Fix building darknet.so on MacOS 2018-10-12 19:31:02 +03:00
AlexeyAB 7762372e5b Compilation fix for OpenCV 3.4.x and Jetson Xavier. 2018-10-12 15:12:36 +03:00
AlexeyAB 67f33ff5dc Another compile fix 2018-09-27 23:49:03 +03:00
AlexeyAB b1dddf02cc Fixed AVX compiled bug 2018-08-13 02:43:45 +03:00
AlexeyAB 1e9d1fcedf Fixed arch=compute_53,code=[sm_53,compute_53] for Jetson TX1 2018-06-30 23:12:25 +03:00
AlexeyAB 3df335bb50 Fixed SSE4.1 dependencies when AVX=1 on Linux 2018-04-23 23:15:21 +03:00
AlexeyAB 9f2dbfa7df Added flag AVX to the Makefile 2018-04-17 14:39:27 +03:00
AlexeyAB 9bae70b225 Accelerated by another 5% using FP16/32 Batch-norm for Tensor Cores. 2018-04-17 02:51:11 +03:00
AlexeyAB 701f4fab63 Compile fix 2018-04-16 17:58:08 +03:00
AlexeyAB 892137f3aa Added CUDNN_HALF to the Makefile 2018-04-16 17:52:03 +03:00
AlexeyAB 1c39aeca00 Try to fix 2018-04-12 14:12:38 +03:00
AlexeyAB d3bdf7cfdf Fixed compile with DEBUG=1 2018-04-12 13:33:51 +03:00