Skip to content

Commit 841a66f

Browse files
committed
Remove runtime_task_invocation dir in task-spec
1 parent 868d6fc commit 841a66f

23 files changed

+35
-437
lines changed

lib/task-spec/include/task-spec/dynamic_graph/machine_slicing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace FlexFlow {
88
std::unordered_set<DynamicNodeInvocation>
99
perform_machine_slicing_for_invocation(DynamicNodeInvocation const &, MachineSpaceCoordinate const &);
1010

11-
DynamicOpenDataflowGraph perform_machine_slicing(DynamicOpenDataflowGraph const &);
11+
DynamicOpenDataflowGraph perform_machine_slicing(DynamicOpenDataflowGraph const &, MachineSpaceCoordinate const &);
1212

1313
} // namespace FlexFlow
1414

lib/task-spec/include/task-spec/lower_op_task_invocation_to_runtime_task_invocation.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include "task-spec/concrete_arg_spec.h"
66
#include "task-spec/device_specific_per_device_op_state.dtg.h"
77
#include "task-spec/ops/op_arg_ref_spec.h"
8-
#include "task-spec/runtime_task_invocation/runtime_arg_ref_spec.h"
9-
#include "task-spec/runtime_task_invocation/runtime_arg_config.dtg.h"
108

119
namespace FlexFlow {
1210

@@ -18,10 +16,10 @@ namespace FlexFlow {
1816
// DeviceSpecific<device_handle_t> const &,
1917
// std::function<std::optional<DeviceSpecificPerDeviceOpState>(symbolic_layer_guid_t)> const &);
2018

21-
ConcreteArgSpec lower_argumentless_arg_ref_to_concrete_arg_spec(
22-
ArgumentlessRuntimeArgRefType,
23-
RuntimeArgConfig const &,
24-
DeviceSpecific<device_handle_t> const &);
19+
// ConcreteArgSpec lower_argumentless_arg_ref_to_concrete_arg_spec(
20+
// ArgumentlessRuntimeArgRefType,
21+
// RuntimeArgConfig const &,
22+
// DeviceSpecific<device_handle_t> const &);
2523

2624

2725
} // namespace FlexFlow

lib/task-spec/include/task-spec/ops/op_arg_spec.dtg.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/task-spec/include/task-spec/ops/op_arg_spec.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/argumentless_runtime_arg_ref_type.dtg.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/fwb_tensor_slot.dtg.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/per_device_op_state_runtime_arg_ref_type.dtg.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/runtime_arg_config.dtg.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/runtime_arg_config.h

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/task-spec/include/task-spec/runtime_task_invocation/runtime_arg_ref.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)