-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare APIs for non-default streams (#93)
Details: - instead of using the default null stream in HIP queue functions, get the stream from the rocblas_handle associated with the thread - add a stream sync function - rename the HIP write API to write_async to correctly signal intent - change the device allocation to be asynchronous (and rename API) - write something unique into the buffer_hip pointer in the managed memory case to ensure comparisons are correct
- Loading branch information
1 parent
7e94bbd
commit 450c109
Showing
3 changed files
with
71 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters