trunk/144ddcdbb75247abac3c9fb01776dd4df1828267: Use C++20 <bit> instead of c10::llvm bit helpers in c10 (#187002)
- PyTorch 近 90 天出现 84 次
- PyTorch 近 90 天第 84 次发版
- 上一次:同一天稍早 · trunk/132f4aeb055b4369d2415d7e546f12a3de20e09a
发生了什么
Description drafted with an AI assistant, quoted below; I've reviewed the change. Replaces the c10::llvm bit helpers with their C++20 equivalents in c10 and ATen. CachingHostAllocator.h and CUDACachingAllocator.cpp stay on the wrapper per review, since the functions only accept unsigned types. The one added include is include-what-you-use, not collateral: DispatchKeySet.cpp uses llvm::maskTrailingZeros / findFirstSe…
摘要按规则整理自下方来源原文