Nichols A. Romero

Results 4 issues of Nichols A. Romero

### Problem Description @feizheng10 told me that this is the best place to reach out to @jrmadsen This is an issue that I encountered with Omnitrace 1.11.2. I follow all...

Fixes #SWDEV-525882 Total of four upstream cherry picks: https://github.com/pytorch/pytorch/pull/142274 https://github.com/pytorch/pytorch/pull/143172 https://github.com/pytorch/pytorch/pull/143322 https://github.com/pytorch/pytorch/pull/143507

This PR addresses some stability issues with identifying the fastest solution on AMD GPUs, particularly the MI300. Changes include: - An improved timer, StreamTimerNoSync - More aggressive skipping of slow...

This PR corrects the behavior of the TunableOp warmup variables: ``` PYTORCH_TUNABLEOP_MAX_WARMUP_DURATION_MS PYTORCH_TUNABLEOP_MAX_WARMUP_ITERATIONS ``` See the updated comments which describe how the environment variables are intended to work. Previously, if...