Add TODO for defining parallel_execute op via tablegen.
PiperOrigin-RevId: 292601015 Change-Id: I34775078ad88a77e0303ed1547bb147db3cedc12
This commit is contained in:
parent
688c4c2842
commit
67ab48e1f9
@ -42,6 +42,9 @@ class TensorFlowDeviceDialect : public Dialect {
|
||||
#define GET_OP_CLASSES
|
||||
#include "tensorflow/compiler/mlir/tensorflow/ir/tf_device.h.inc"
|
||||
|
||||
// TODO(b/148642767): Use tablegen to define tf_device.parallel_execute op once
|
||||
// variadic regions can be expressed in tablegen.
|
||||
//
|
||||
// ParallelExecute op concurrently executes variadic number of regions. Regions
|
||||
// must represent separate sets of instructions to execute concurrently. In
|
||||
// order to represent concurrently executed regions with dependencies, multiple
|
||||
|
Loading…
Reference in New Issue
Block a user