AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

NEW: Start migration to new CUDA stream API #296

Closed carterbox closed 10 months ago

carterbox commented 10 months ago

Purpose

Overlap computation and memory transfer better.

Approach

Use contiguous pinned memory and CUDA events to utilize streams more efficiently by writing a new stream_and_modify function.

Pre-Merge Checklists

Submitter

Reviewer

pep8speaks commented 10 months ago

Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-12-15 23:16:33 UTC