Add avx512vl and avx512vpopcntdq in telemetry#7471
Conversation
44e87a8 to
9ef1ca7
Compare
61ed851 to
69dbc46
Compare
69dbc46 to
af2697a
Compare
📝 WalkthroughWalkthroughThis change extends CPU feature detection in the telemetry module to recognize two additional x86 instruction set extensions: avx512vl and avx512vpopcntdq. The detection logic adds these flags to the cpu_flags vector that gets captured in RunningEnvironmentTelemetry. This is a straightforward addition to the existing feature detection pattern with no changes to surrounding logic or function signatures. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)**/*.rs📄 CodeRabbit inference engine (.github/review-rules.md)
Files:
**/src/**/*.rs📄 CodeRabbit inference engine (.github/review-rules.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Depends on #7052
In #7052 we use new x86 features because of avx512 usage. This PR adds them into telemetry for consistency and debugging purposes.