Skip to content

Commit

Permalink
Merged with upstream 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rietmann-nv committed Oct 18, 2019
1 parent 864d557 commit 1dfe484
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cpp/src/arima/batched_arima.cu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <thrust/host_vector.h>
#include <thrust/iterator/counting_iterator.h>

#include <cuML.hpp>
#include <cuml/cuml.hpp>

#include <linalg/binary_op.h>
#include <linalg/cublas_wrappers.h>
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arima/batched_arima.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#pragma once
#include <cuML.hpp>
#include <cuml/cuml.hpp>
#include <vector>

namespace ML {
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arima/batched_kalman.cu
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <chrono>
#include <ratio>

#include <cuML.hpp>
#include <cuml/cuml.hpp>

#include <timeSeries/jones_transform.h>

Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arima/batched_kalman.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#pragma once

#include <cuML.hpp>
#include <cuml/cuml.hpp>
#include <string>
#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion cpp/src_prims/matrix/batched_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <thrust/iterator/counting_iterator.h>

#include <common/cumlHandle.hpp>
#include <cuML.hpp>
#include <cuml/cuml.hpp>

namespace MLCommon {
namespace Matrix {
Expand Down
4 changes: 2 additions & 2 deletions cpp/test/prims/batched_matrix.cu
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/

#include <gtest/gtest.h>
#include <common/cuml_allocator.hpp>
#include <cuML.hpp>
#include <cuml/common/cuml_allocator.hpp>
#include <cuml/cuml.hpp>
#include <vector>
#include "matrix/batched_matrix.hpp"
#include "random/rng.h"
Expand Down

0 comments on commit 1dfe484

Please sign in to comment.