mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Update comment in cpuid_info.cc (#20974)
Update comments to indicate that we don't need to set CPUIDInfo::is_armv8_narrow_ld_ on Apple platforms.
This commit is contained in:
parent
bd61ae530b
commit
855c1cffc9
1 changed files with 4 additions and 1 deletions
|
|
@ -279,7 +279,10 @@ void CPUIDInfo::ArmAppleInit() {
|
|||
has_arm_sve_i8mm_ = cpuinfo_has_arm_sve() && cpuinfo_has_arm_i8mm();
|
||||
has_arm_neon_bf16_ = cpuinfo_has_arm_neon_bf16();
|
||||
|
||||
// TODO figure out how to set core_uarchs_ and is_armv8_narrow_ld_
|
||||
// Note: We leave is_armv8_narrow_ld_ unset because it only applies to a limited set of uarchs that we don't expect
|
||||
// to encounter on Apple platforms.
|
||||
|
||||
// TODO figure out how to set core_uarchs_
|
||||
} else
|
||||
#endif // defined(CPUINFO_SUPPORTED)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue