Commit Graph
28219 Commits
Author SHA1 Message Date
Ryan Curtin c4e05d4f36 Remove unnecessary #ifdefs. 2022-08-17 18:17:41 -04:00
Ryan Curtin c973ce74b5 Convert HAS_BFD_DL to MLPACK_HAS_BFD_DL for safety. 2022-08-17 18:01:52 -04:00
Ryan Curtin f0ed64418d Update include usage in the tests. 2022-08-16 18:08:53 -04:00
Ryan Curtin 30621c5254 Add convenience includes at a higher level. 2022-08-16 18:08:44 -04:00
Ryan Curtin 94d4384f20 Remove accidentally reintroduced file. 2022-08-15 13:08:32 -04:00
Ryan Curtin 9cb15fc800 Merge remote-tracking branch 'origin/master' into refactor-includes 2022-08-15 13:08:19 -04:00
Ryan Curtin 5f28c544a6 Fix undefined reference error. 2022-08-15 10:13:21 -04:00
Ryan Curtin 9b25c2885e Clean up includes throughout. 2022-08-15 10:04:30 -04:00
Ryan Curtin de6dd5d084 Fix multiple definition issues for static variables. 2022-08-15 10:04:17 -04:00
Ryan Curtin 80d72c6b03 Fix various includes. 2022-08-15 08:55:48 -04:00
Ryan Curtin daf8c3f738 Mark some functions inline to fix linking issues. 2022-08-15 08:55:39 -04:00
Ryan Curtin a4724965e4 Merge pull request #3250 from rcurtin/everything-header-only
Make mlpack completely header-only
2022-08-15 08:54:30 -04:00
Ryan Curtin e0c48e9a54 HMMRegression hasn't been touched in a decade and doesn't have tests---remove it. 2022-08-15 08:33:40 -04:00
Ryan Curtin 2285af2df7 Add directory-level includes for every directory. 2022-08-15 08:27:04 -04:00
Ryan Curtin fe216d6cee Fix some syntax issues in FruitTree. 2022-08-15 08:23:06 -04:00
Ryan Curtin e0cbca78b7 Move some files and delete some unused files, like MVU. 2022-08-15 08:22:30 -04:00
Ryan Curtin c684784beb Try supplying all of the MLPACK_LIBRARIES. 2022-08-12 15:53:59 -04:00
Ryan Curtin aa4d38e0d3 Merge pull request #3252 from shubham1206agra/serial-bugfix
Serialization Hotfix
2022-08-12 12:43:08 -04:00
Shubhaam Agrawal 296a5bc2d0 convolution serialization bug 2022-08-12 12:37:53 +08:00
Ryan Curtin 0c84ca6c71 Merge pull request #3247 from shubham1206agra/grouped-conv
Grouped Convolution
2022-08-11 20:51:27 -04:00
Ryan Curtin 50dcde0b86 Merge remote-tracking branch 'origin/master' into grouped-conv 2022-08-11 16:47:09 -04:00
Ryan Curtin 733166b8e1 Merge pull request #3245 from SuvarshaChennareddy/update-elu-and-celu-layers
Update ELU and CELU layers
2022-08-11 16:45:00 -04:00
Shubhaam Agrawal 03f5bfc9ee style fix 2022-08-10 18:42:45 +08:00
Shubham AgrawalandRyan Curtin 3f6cb602a3 Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2022-08-10 16:02:05 +05:30
Ryan Curtin a71f565515 Merge pull request #3243 from rcurtin/det-cv-fix
Fix DET cross-validation loop
2022-08-09 21:42:49 -04:00
Shubham Agrawal 3190ec0be2 changes acc to suggestions 2022-08-06 19:30:37 +05:30
Ryan Curtin 11cbc77cfd Try putting gfortran and pthread last. 2022-08-02 09:36:59 -04:00
Ryan Curtin 9a18cd751b Oops, we can't use PARENT_SCOPE. 2022-08-02 09:01:10 -04:00
Ryan Curtin 46ed12b886 Add some more debugging output to try to figure out what is going wrong. 2022-08-02 08:45:18 -04:00
Ryan Curtin f9d40d18e4 Set the variable at the correct scope. 2022-08-02 03:11:43 -04:00
Ryan Curtin 49218a5685 Update name of CMake variables for libraries to link against. 2022-08-02 02:53:24 -04:00
Shubham Agrawal c14b1146ad missing space 2022-08-02 13:10:53 +08:00
Shubham Agrawal 1d3a189714 Merge branch 'master' of https://github.com/mlpack/mlpack into grouped-conv 2022-08-02 13:08:54 +08:00
Ryan Curtin e7769a4968 Fix minor syntax issues. 2022-08-01 14:26:56 -04:00
SuvarshaChennareddy b61fa8d726 Merge branch 'master' into update-elu-and-celu-layers 2022-08-01 23:09:07 +05:30
Suvarsha Chennareddy 07f99229fe re-enable elu and celu tests 2022-08-01 22:59:54 +05:30
Ryan Curtin 406a81932c Update mlpack header locations. 2022-08-01 04:50:50 -04:00
Ryan Curtin 544d0e50fa Actually, we need to link against all mlpack dependencies. 2022-07-31 17:29:06 -04:00
Ryan Curtin 42e6d8895e We have to link against Armadillo. 2022-07-31 17:04:02 -04:00
Ryan Curtin d614ad991f Attempt to fix some builds. 2022-07-31 15:51:09 -04:00
Ryan Curtin 260aebb11d Update documentation for header-only changes. 2022-07-31 13:54:41 -04:00
Ryan Curtin 683a93d8a4 Perform the entire build in src/; remove mlpack_headers target. 2022-07-31 13:48:19 -04:00
Ryan Curtin 89b44ef74d Fix pkgconfig handling. 2022-07-31 12:56:26 -04:00
Ryan Curtin f1854f9df0 Merge pull request #3194 from rcurtin/test-reorganization
Reorganize ANN tests
2022-07-31 17:43:04 +01:00
Shubham Agrawal 6648895236 changes acc to suggestions. 2022-07-31 22:22:34 +08:00
Ryan Curtin b7cc5938f9 Remove arma_config_check.hpp: it was only needed to check compilation properties of libmlpack.so. 2022-07-31 08:26:02 -04:00
Ryan Curtin 133a54a83f Oops, re-enable libbfd and libdl detection. 2022-07-31 08:23:34 -04:00
Ryan Curtin abad21635f Remove more debugging output. 2022-07-31 08:22:31 -04:00
Ryan Curtin ffd105c6d1 Remove debugging output. 2022-07-31 08:22:03 -04:00
Ryan Curtin d0df14bf36 Remove debugging output. 2022-07-31 08:13:02 -04:00