Squashed feature branch:

* Added CUDA support
 * Performance improvements
 * API improvements
 * Added "depth" parameter to GEMM
 * Android cross-compilation
This commit is contained in:
Philippe Tillet
2015-04-29 15:50:57 -04:00
parent 5ff16bfcb6
commit cf5028d55b
3819 changed files with 7080 additions and 2916 deletions

View File

@@ -1,6 +1,6 @@
#include "atidlas/model/predictors/random_forest.h"
#include "isaac/model/predictors/random_forest.h"
#include "../convert.hpp"
namespace atidlas
namespace isaac
{
namespace predictors