From 8ec6eef9d57c886513a581ce3c6d3502f5e019b7 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Fri, 2 Mar 2018 18:06:26 -0800 Subject: more coda separation --- src/graph/node_operators_unary.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/graph/node_operators_unary.h') diff --git a/src/graph/node_operators_unary.h b/src/graph/node_operators_unary.h index e857e790..0ca2c2a2 100644 --- a/src/graph/node_operators_unary.h +++ b/src/graph/node_operators_unary.h @@ -1,15 +1,13 @@ #pragma once #include "tensors/tensor.h" -#include "tensors/gpu/backend.h" +#include "tensors/backend.h" #include "graph/node.h" -//#include "kernels/sparse.h" #include "tensors/tensor_operators.h" #include "functional/functional.h" -#include "tensors/gpu/cudnn_wrappers.h" - +//#include "tensors/gpu/cudnn_wrappers.h" namespace marian { -- cgit v1.2.3