mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add GPU analytics
This commit is contained in:
parent
5ee6aaddc4
commit
55796406c5
2 changed files with 6 additions and 0 deletions
|
@ -261,3 +261,7 @@ impl DistributionShift {
|
|||
score
|
||||
}
|
||||
}
|
||||
|
||||
pub const fn is_cuda_enabled() -> bool {
|
||||
cfg!(feature = "cuda")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue