-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
Closed as not planned
Copy link
Labels
Component: BenchmarkingStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
The machine detection script (make_machine_json.sh) currently looks like it will only work properly on macOS. Ideally it should work more or less correctly on all of them macOS, Linux and Windows (some values may remain undetected on some platforms).
This probably entails:
- extend
archery benchmark(see https://jira.apache.org/jira/browse/ARROW-4827 and tentative implementation in https://github.com/apache/arrow/pull/4077/files) rather than a standalone bash script - using something like psutil to grab useful machine information
- calling
nvidia-smito query GPU characteristics (for example "nvidia-smi -q -i 0 -x")
Reporter: Antoine Pitrou / @pitrou
Related issues:
Note: This issue was originally created as ARROW-4716. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: BenchmarkingStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement