pytorch / pytorch/cpuinfo

x86 hybrid processor

Open
#57 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C
Stars
1.2k
Forks
409
PR merge metrics
No merged PRs in 30d

Description

According to Intel software developer manual, we can know whether the cpu is a hybrid processor, specifically, call cpuid with eax 7 and ecx 0, and read bit 15 of edx indicates

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the Intel Software Developer Manual section describing CPUID leaf 7, subleaf 0, EDX bit 15, then inspect the repository's existing x86 CPUID handling. Done should mean the library can report whether an x86 CPU is hybrid, with coverage for the supported detection path.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.