Skip to content

Minimize cuda synchronizations

  1. Have a per-thread pinned array for cuda errors
  2. Check for errors before scheduling new tasks and at explicit sync points
  3. Remove explicit synchronizations from most places

Addresses part 2 of #168 (closed)

Merge request reports