[CPU] Update torch 2.9.1 for CPU backend (#29664)

Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
Li, Jiang
2025-11-28 21:37:54 +08:00
committed by GitHub
parent f8151b66fa
commit e2f56c309d
6 changed files with 16 additions and 24 deletions

View File

@@ -384,7 +384,6 @@ class CpuPlatform(Platform):
@classmethod
def is_pin_memory_available(cls) -> bool:
logger.warning("Pin memory is not supported on CPU.")
return False
@classmethod