trunk/acea0ff1beb8d211cf591ffd5d6836dc5d59cd9c: [ROCm] Unskip AOTI copy, flex guard and FFT stride tests (#197469)
- PyTorch 近 90 天出现 1128 次
- PyTorch 近 90 天第 1114 次发版
- 上一次:同一天稍早 · ciflow/trunk/197288: [UPDATE] Update
发生了什么
Four ROCm exclusions no longer describe the code. test_small_constant_pinned_async_copy was marked "CUDA-only", but the pinned staging path in the AOTI runtime (model_base.h) sits under USE_CUDA in the source tree, which the ROCm build hipifies to USE_ROCM (the define the AOTI compile step sets on ROCm), and on gfx950 the test logs the PinnedStagingPool allocation and matches eager. test_cuda_to_cuda_device_copy che…
摘要按规则整理自下方来源原文