php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #78610 AMD CPU Performance (help!!!!!)
Submitted: 2019-09-29 20:24 UTC Modified: 2019-09-29 20:45 UTC
From: celestinoxp at hotmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: master-Git-2019-09-29 (snap) OS: Windows 10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: celestinoxp at hotmail dot com
New email:
PHP Version: OS:

 

 [2019-09-29 20:24 UTC] celestinoxp at hotmail dot com
Description:
------------
I recently bought a new laptop and after some testing I think something is not doing well. I think it might be better considering it's a new and powerful laptop.

I have a php algorithm with mysql that does a lot of checks on the database, as well as a lot of checks on multiple arrays and found that only 1 cpu core is being used, I find it a bit odd to keep in mind that the CPU is very powerful and I am not enjoying all the CPU capacity.

Laptop specifications are:
- Laptop: HUAWEI MateBook D (14 AMD).
- AMD Ryzen 5 (2500U) 2.00GHz - 3.6GHz CPU (with Radeon Vega Mobile Gfx).
- RAM: 8 GB.
- Storage SSD 250GB.

To investigate better benchmarking possibilities, I thought it best to use this algorithm: https://github.com/zendtech/julia

It is ridiculous to see that the processor is working at about 25%, with only 1 of 8 threads at 80% + / - and the other 7 threads almost stopped. The above script has a performance of about 3.2FPS.

Question: Am I asking this question in the right place (PHP DEV) or should I contact AMD?

What should I do? And who should I contact?

Test script:
---------------
https://github.com/zendtech/julia

Actual result:
--------------
FPS 3.2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-09-29 20:45 UTC] requinix@php.net
-Status: Open +Status: Not a bug
 [2019-09-29 20:45 UTC] requinix@php.net
Sorry but no, this is not the right place. This is a bug tracker. And I don't think AMD can help you either.

It doesn't sound like you're very familiar with multithreading. Perhaps try StackOverflow.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 22:01:31 2024 UTC