mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 15:31:26 +08:00
Add stream syncs to vector_search.
This commit is contained in:
parent
98fa16b3ed
commit
00e6af1764
@ -118,6 +118,8 @@ impl Challenge {
|
||||
.launch(cfg)?;
|
||||
}
|
||||
|
||||
stream.synchronize()?;
|
||||
|
||||
let total_distance = stream.memcpy_dtov(&d_total_distance)?[0];
|
||||
let error_flag = stream.memcpy_dtov(&errorflag)?[0];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user