Skip to content

Instantly share code, notes, and snippets.

@Enet4
Created April 12, 2018 19:25
Show Gist options
  • Save Enet4/b016cd96d53ad8689aa27f9f930b0e84 to your computer and use it in GitHub Desktop.
Save Enet4/b016cd96d53ad8689aa27f9f930b0e84 to your computer and use it in GitHub Desktop.
StandardGpuResources in faiss-rs
#[derive(Debug)]
pub struct StandardGpuResources {
inner: *mut FaissGpuResources,
}
// Deliberately _not_ Sync!
unsafe impl Send for StandardGpuResources {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment