test-validator: move feature check earlier in startup
This commit is contained in:
committed by
mergify[bot]
parent
ee65ffb3c8
commit
e641f257ef
@ -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() {
|
||||
|
Reference in New Issue
Block a user