onnxruntime
Add some device discovery support for non-Windows platforms
#25228
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
49
Changes
View On
GitHub
Commits
add apple device_discovery.cc
edgchen1
committed
1 year ago
log discovered devices across platforms
edgchen1
committed
1 year ago
save work - linux CPU discovery
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
support parsing hex string to int
edgchen1
committed
1 year ago
save work - linux GPU impl
edgchen1
committed
1 year ago
fix Linux GPU device_id
edgchen1
committed
1 year ago
Rename onnxruntime/core/platform/device_discovery.cc to device_discovery_common.cc
edgchen1
committed
1 year ago
finish renaming
edgchen1
committed
1 year ago
add TODO for vendor name
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
add default impl, add todo comment for apple
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
clean up code for linux gpu discovery
edgchen1
committed
1 year ago
add card_idx to linux gpu metadata
edgchen1
committed
1 year ago
update OrtKeyValuePairs - add copy/move, make data members private, keep entries sorted
edgchen1
committed
1 year ago
save work - apple cpu discovery
edgchen1
committed
1 year ago
fix up cpu vendor detection
edgchen1
committed
1 year ago
add check for non-zero detected vendor id
edgchen1
committed
1 year ago
fix formatting
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
fix build error
edgchen1
committed
1 year ago
hardcoded apple device discovery
edgchen1
committed
1 year ago
fix build issue in onnxruntime_pybind_state.cc
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
enable logging before ORT logging is up
edgchen1
committed
1 year ago
debug - dump /proc/cpuinfo file lines as they are read
edgchen1
committed
1 year ago
make /proc/cpuinfo vendor field not mandatory, remove debug output
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
update comment
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
add some ARM CPU vendor detection support
edgchen1
committed
1 year ago
fix build issues
edgchen1
committed
1 year ago
replace /proc/cpuinfo parsing with cpuinfo library usage
edgchen1
committed
1 year ago
try enabling vendor id check in test
edgchen1
committed
1 year ago
add endif comment, remove constexpr on FindCpuVendorInfo() because std::find_if is not necessarily constexpr.
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery
edgchen1
committed
1 year ago
disable DeviceDiscoveryTest.HasCpuDevice for WASM
edgchen1
committed
1 year ago
debugging - dump android logs if java test fails
edgchen1
committed
1 year ago
disable gpu device discovery via sysfs on Android. there are permissions issues.
edgchen1
committed
1 year ago
format
edgchen1
committed
1 year ago
use ExitStack to dump Android logs
edgchen1
committed
1 year ago
Merge remote-tracking branch 'origin/main' into edgchen1/device_discovery_fix
edgchen1
committed
1 year ago
add get CPU device helper function, remove ANDROID handling from linux/device_discovery.cc, add CPU device to default impl.
edgchen1
committed
1 year ago
remove TODO about extending hex parsing to other types. largely hypothetical now.
edgchen1
committed
1 year ago
remove commented out test
edgchen1
committed
1 year ago
add comment about std::fum_chars not accepting 0x prefix
edgchen1
committed
1 year ago
linux - log GPU discovery error instead of throwing exception
edgchen1
committed
1 year ago
Loading