Skip to content

Commit 58afd9f

Browse files
tomnatan30copybara-github
authored andcommitted
#sdy update dialect doc
PiperOrigin-RevId: 651778108
1 parent 8a86156 commit 58afd9f

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/sdy_dialect.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,9 @@ This op can either:
407407
tensor might have a different sharding (if the input tensor has no other
408408
uses then the behavior is the same as the no uses case).
409409

410-
Traits: `AlwaysSpeculatableImplTrait`, `Elementwise`, `SameOperandsAndResultType`
411-
412-
Interfaces: `ConditionallySpeculatable`, `InferTypeOpInterface`, `NoMemoryEffect (MemoryEffectOpInterface)`
410+
Traits: `Elementwise`, `SameOperandsAndResultType`
413411

414-
Effects: `MemoryEffects::Effect{}`
412+
Interfaces: `InferTypeOpInterface`
415413

416414
#### Attributes:
417415

@@ -698,3 +696,18 @@ Syntax:
698696
| :-------: | :-------: | ----------- |
699697
| shardings | `::llvm::ArrayRef<TensorShardingAttr>` | |
700698

699+
## Enums
700+
701+
### PropagationDirection
702+
703+
propagation direction enum
704+
705+
#### Cases:
706+
707+
| Symbol | Value | String |
708+
| :----: | :---: | ------ |
709+
| NONE | `0` | NONE |
710+
| FORWARD | `1` | FORWARD |
711+
| BACKWARD | `2` | BACKWARD |
712+
| BOTH | `3` | BOTH |
713+

0 commit comments

Comments
 (0)