- 02 Mar, 2015 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 27 Feb, 2015 3 commits
-
-
Vladislav Vinogradov authored
previous implementation was not thread/stream safe, since it used constant memory new implementation doesn't use any global objects, so it is thread/stream safe
-
StevenPuttemans authored
Add GPU models in seperate folder, only old models are supported and they were replaced to make the CPU interface work. This solves the undesired consequence of breaking the GPU interface.
-
Vladislav Vinogradov authored
move hog::set_up_constants from constructor to compute method if user changed CUDA device between constructor and computation, some variables were uninitialized
-
- 25 Feb, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-
StevenPuttemans authored
-
Vladislav Vinogradov authored
-
- 24 Feb, 2015 10 commits
-
-
Alexander Nitsch authored
The architecture has been correctly determined earlier in this file. No need to do it again.
-
Mansour Moufid authored
-
Mansour Moufid authored
-
Alexander Smorkalov authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
Alexander Smorkalov authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Smorkalov authored
-
- 23 Feb, 2015 2 commits
-
-
Alexander Nitsch authored
MinGW-w64 always uses "w64" as vendor key which the previously used check for "64" anywhere in the target triplet matched. This would lead to MinGW-w64 setups always being treated as x64. Since we are actually interested in finding the "64" in the triplet's operating system key, this fix makes sure to look for "mingw64" and thus avoids the false match. Fixes issue #3835. Credits to Lode Leroy for the original patch.
-
StevenPuttemans authored
-
- 22 Feb, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Feb, 2015 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 20 Feb, 2015 12 commits
-
-
Alexander Nitsch authored
This avoids violation of possible future CMake policy checks regarding reserved/read-only variables.
-
Andrey Pavlenko authored
-
Roman Donchenko authored
Everything else depends on it, after all.
-
Roman Donchenko authored
-
Roman Donchenko authored
Which also happens to align the non-Debian specific variables with the ones used by upstream CMake.
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Smorkalov authored
-