Macro core_compute::compute
source · macro_rules! compute { ($kernel:expr, $($data:expr),*) => { ... }; }
Expand description
compute macro is used to start your computing compute!(compute_kernel , &mut info , …)
compute macro starts the computing and when it finished it will change the data fields to new data which gpu did set to them , this way you can get results of the computing