Moved ops files to operations subfolder
This commit is contained in:
parent
6fb99c089b
commit
99daaf16cb
7 changed files with 8 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "kompute/Tensor.hpp"
|
||||
|
||||
#include "kompute/OpCreateTensor.hpp"
|
||||
#include "kompute/operations/OpCreateTensor.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "kompute/Core.hpp"
|
||||
|
||||
#include "kompute/OpBase.hpp"
|
||||
#include "kompute/operations/OpBase.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "kompute/Tensor.hpp"
|
||||
|
||||
#include "kompute/OpBase.hpp"
|
||||
#include "kompute/operations/OpBase.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
#include "kompute/Algorithm.hpp"
|
||||
#include "kompute/Tensor.hpp"
|
||||
|
||||
#include "kompute/OpBase.hpp"
|
||||
#include "kompute/operations/OpBase.hpp"
|
||||
|
||||
namespace kp {
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue