pub unsafe fn atomic_fetch_or_release_f64_device(ptr: *mut f64, val: f64) -> f64
Fetches the value in ptr, performs a or, and returns the original value