Skip to content

Commit 41c68d7

Browse files
committed
Cleanup
1 parent 9f3ca69 commit 41c68d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+265
-136
lines changed

lib/substitutions/src/substitutions/unlabelled/find_pattern_matches.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "substitutions/unlabelled/find_pattern_matches.h"
22
#include "substitutions/unlabelled/match_additional_criterion.h"
3-
#include "substitutions/unlabelled/multidigraph_pattern_match.h"
43
#include "substitutions/unlabelled/pattern_matching.h"
54
#include "substitutions/unlabelled/pattern_split.h"
65
#include "substitutions/unlabelled/unlabelled_dataflow_graph_pattern_match.h"

lib/task-spec/include/task-spec/ops/attention.h renamed to lib/task-spec/include/task-spec/ops/impl/attention.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_ATTENTION_H
2-
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_ATTENTION_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ATTENTION_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ATTENTION_H
33

44
#include "op-attrs/ops/attention.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/batch_matmul.h renamed to lib/task-spec/include/task-spec/ops/impl/batch_matmul.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_BATCH_MATMUL_H
2-
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_BATCH_MATMUL_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_BATCH_MATMUL_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_BATCH_MATMUL_H
33

44
#include "op-attrs/ops/batch_matmul_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/batch_norm.h renamed to lib/task-spec/include/task-spec/ops/impl/batch_norm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_BATCH_NORM_H
2-
#define _FLEXFLOW_BATCH_NORM_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_BATCH_NORM_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_BATCH_NORM_H
33

44
#include "op-attrs/ops/batch_norm_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/cast.h renamed to lib/task-spec/include/task-spec/ops/impl/cast.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* See the License for the specific language governing permissions and
1313
* limitations under the License.
1414
*/
15-
#ifndef _FLEXFLOW_CAST_H
16-
#define _FLEXFLOW_CAST_H
15+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CAST_H
16+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CAST_H
1717

1818
#include "op-attrs/ops/cast_attrs.dtg.h"
1919
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/concat.h renamed to lib/task-spec/include/task-spec/ops/impl/concat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_CONCAT_H
2-
#define _FLEXFLOW_CONCAT_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CONCAT_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CONCAT_H
33

44
#include "op-attrs/ops/concat_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/conv_2d.h renamed to lib/task-spec/include/task-spec/ops/impl/conv_2d.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_CONV_2D_H
2-
#define _FLEXFLOW_CONV_2D_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CONV_2D_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_CONV_2D_H
33

44
#include "op-attrs/ops/conv_2d_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/dropout.h renamed to lib/task-spec/include/task-spec/ops/impl/dropout.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_DROPOUT_H
2-
#define _FLEXFLOW_DROPOUT_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_DROPOUT_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_DROPOUT_H
33

44
#include "op-attrs/ops/dropout_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

lib/task-spec/include/task-spec/ops/element_binary.h renamed to lib/task-spec/include/task-spec/ops/impl/element_binary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_ELEMENT_BINARY_H
2-
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_ELEMENT_BINARY_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ELEMENT_BINARY_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ELEMENT_BINARY_H
33

44
#include "op-attrs/ops/element_binary_attrs.dtg.h"
55
#include "task-spec/task_impl_function.dtg.h"

lib/task-spec/include/task-spec/ops/element_unary.h renamed to lib/task-spec/include/task-spec/ops/impl/element_unary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef _ELEMENT_UNARY_H
2-
#define _ELEMENT_UNARY_H
1+
#ifndef _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ELEMENT_UNARY_H
2+
#define _FLEXFLOW_LIB_TASK_SPEC_INCLUDE_TASK_SPEC_OPS_IMPL_ELEMENT_UNARY_H
33

44
#include "op-attrs/ops/element_unary_attrs.dtg.h"
55
#include "task-spec/op_task_invocation.h"

0 commit comments

Comments
 (0)