0

I have a Ryzen 3 3200g and, when I do lscpu in a Linux Mint 20.1 Cinnamon OS terminal, the output says that I only have 1 thread per core. The Windows system's info accurately recognizes that my CPU has 4 threads, so is Linux Mint having some problem in recognize hyper-threading? If yes, how can i fix it?

1 Answer 1

1

3200G specification:

# of CPU Cores 4 # of Threads 4 

This means you have 4 CPU cores with 1 thread each, 3200G doesn't support SMT (Hyper Threading is Intel "branding" of this feature) so you don't get multiple threads per core.

Your lscpu should say something like

Thread(s) per core: 1 Core(s) per socket: 4 

and if you run some tool that shows CPU utilization (like htop) you should see 4 CPU "bars".

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.