test-validator: move feature check earlier in startup

This commit is contained in:
Trent Nelson
2021-07-27 22:23:45 -06:00
committed by mergify[bot]
parent ee65ffb3c8
commit e641f257ef
2 changed files with 3 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ fn is_rosetta_emulated() -> bool {
}
}
fn report_target_features() {
pub fn report_target_features() {
warn!(
"CUDA is {}abled",
if solana_perf::perf_libs::api().is_some() {