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