Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async multistream synchronization for CUDA and HIP backends #164

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

DejvBayer
Copy link

This commit should fix #163.

Changes

  1. InitializeApp
    • removed streamID variable initialization
  2. RunApp
    • function VkFFTSync does nothing now for CUDA and HIP
    • added pre and post synchronization in VkFFTAppend function as proposed in issue
    • removed streamCounter variable initialization
  3. DispatchPlan
    • kernels are launched to either 0 stream or app->configuration.stream[0] if some streams were passed
    • removed event recording completely
  4. Structs
    • removed streamCounter and streamID members from CUDA and HIP configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant