Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added files for parallel statements + basic enum to handle range policy * more parameters & ExecutionPolicy struct should ExecSpace be backend specific or generic? * doc params * parallel_for signature * added handler struct to dispatch work feature-specified backend is used here * more error handling * upgrade deps * completed DispatchError impls * fused the two range policy enums * RangePolicy & MDRange implems * wrote a simple test for mdrange; need to impl PartialEq for Views to complete it * completed mdrange test; removed a forgotten todo * more tests for range & mdrange * more error handling & desc of range policies * doc & fix warnings
- Loading branch information