trunk/cf8577d42b4750c22ad369fd8cef2b8e84bce74e: [CI] Add sm80 to the clang20 CUDA pull builds' arch list (#194685)
- PyTorch 近 90 天出现 23 次
- PyTorch 近 90 天第 23 次发版
- 上一次:同一天稍早 · trunk/080093474421f2c563bd83fb1c61bae5af2019d0: [BC breaking] Remove assert_allclose (#164560)
发生了什么
The two linux-jammy-cuda13.{0,2}-cudnn9-py3.10-clang20 build jobs never set cuda-arch-list , so they inherit _linux-build.yml 's default of 7.5 . Since #194502 disables USE_FLASH_ATTENTION when no resolved arch reaches sm80, they lost the SYSTEM marking that caffe2/CMakeLists.txt puts on third_party/cutlass/include , and clang-20 started promoting -Wunused-function in cutlass headers to errors. Requesting 8.0 restor…
摘要按规则整理自下方来源原文