Add GPU analytics

This commit is contained in:
Louis Dureuil 2024-02-26 10:41:47 +01:00
parent 5ee6aaddc4
commit 55796406c5
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -261,3 +261,7 @@ impl DistributionShift {
score
}
}
pub const fn is_cuda_enabled() -> bool {
cfg!(feature = "cuda")
}