Closed liuxiang88 closed 3 years ago
Oh, thank you! Were you able to submit some benchmarks too?
On Mon, Nov 15, 2021, 19:09 liuxiang88 @.***> wrote:
This commit is for a new architecture--loongarch.
You can view, comment on, or merge this pull request online at:
https://github.com/lpereira/hardinfo/pull/631 Commit Summary
- 56e590d https://github.com/lpereira/hardinfo/pull/631/commits/56e590d477a6422639235a6afe97f0c9637c459a Add loongarch support.
File Changes
(4 files https://github.com/lpereira/hardinfo/pull/631/files)
- M CMakeLists.txt https://github.com/lpereira/hardinfo/pull/631/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a (2)
- A includes/loongarch64/processor-platform.h https://github.com/lpereira/hardinfo/pull/631/files#diff-80b443301e3523011d71c49207a0c82d525f47b964f6b0d6718017f1f4e458da (28)
- A modules/devices/loongarch64/processor.c https://github.com/lpereira/hardinfo/pull/631/files#diff-8e9f550c061f3739e5a768070784fdacc4a306598039e0a3a18f99bf74f5b776 (81)
- M modules/devices/usb.c https://github.com/lpereira/hardinfo/pull/631/files#diff-bb109a566afae45d0b7d8751263ed9dcb3a9623431a8a832f3317d6dda3df888 (1)
Patch Links:
- https://github.com/lpereira/hardinfo/pull/631.patch
- https://github.com/lpereira/hardinfo/pull/631.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lpereira/hardinfo/pull/631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGOTJDV6EHL62JGKDVLUMHDNLANCNFSM5IDGHXXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Oh, thank you! Were you able to submit some benchmarks too? … On Mon, Nov 15, 2021, 19:09 liuxiang88 @.**> wrote: This commit is for a new architecture--loongarch. ------------------------------ You can view, comment on, or merge this pull request online at: #631 Commit Summary - 56e590d <56e590d> Add loongarch support. File Changes (4 files https://github.com/lpereira/hardinfo/pull/631/files) - M CMakeLists.txt https://github.com/lpereira/hardinfo/pull/631/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a (2) - A includes/loongarch64/processor-platform.h https://github.com/lpereira/hardinfo/pull/631/files#diff-80b443301e3523011d71c49207a0c82d525f47b964f6b0d6718017f1f4e458da (28) - A modules/devices/loongarch64/processor.c https://github.com/lpereira/hardinfo/pull/631/files#diff-8e9f550c061f3739e5a768070784fdacc4a306598039e0a3a18f99bf74f5b776 (81) - M* modules/devices/usb.c https://github.com/lpereira/hardinfo/pull/631/files#diff-bb109a566afae45d0b7d8751263ed9dcb3a9623431a8a832f3317d6dda3df888 (1) Patch Links: - https://github.com/lpereira/hardinfo/pull/631.patch - https://github.com/lpereira/hardinfo/pull/631.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#631>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGOTJDV6EHL62JGKDVLUMHDNLANCNFSM5IDGHXXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Thank you for your reply. benchmark.txt Here is the benchmark.txt.
Oh, I mean -- if you use the "Synchronize" option, HardInfo will upload the results to a server so it's shared with other users.
shared
I have rebuild hardinfo with HARDINFO_NOSYNC=0. When I want to use "Network Updater" to synchonize,there is error comming: It's seem caused by “ping: xmlrpc.hardinfo.org:Unknown name or service”.
Merged, thanks --
(The errror message you mention is weird, as xmlrpc.hardinfo.org
has not existed for a while and we have moved on to use api.hardinfo.org
. Might be the case that it's not accessible from your country, unfortunately, because I'd love to have benchmarks for new arches available for everyone else.)
Thank you very much.
(I try to use api.hardinfo.org,but it still doesn't work.)
This commit is for a new architecture--loongarch.