Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-Train] Add multidevice support to dropout (#16823)
### Problem description Previously same mask was generated for different devices with the same seed. ### What's changed Now per-device seed is seed+device_id. So we are generating different mask for different devices. ### Checklist - [x] Post commit CI passes - [x] Blackhole Post commit (if applicable) - [x] Model regression CI testing passes (if applicable) - [x] Device performance regression CI testing passes (if applicable) - [x] **(For models and ops writers)** Full [new models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml) tests passes - [x] New/Existing tests provide coverage for changes
- Loading branch information