Skip to content

Conversation

slawekptak
Copy link
Contributor

No description provided.

The handler-less kernel submission path has been extended to support
the fast, scheduler-bypass submission.
and call it from the handler and handler-less functions
to reflect the new logic behind HostKernel construction.
Add a fallback path (handler-based submission) for the handler-less
kernel submission path, if kernel function properties are provided.
Comment on lines +668 to +670
} else {
MNoLastEventMode.store(false, std::memory_order_relaxed);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The else block is not needed because the MNoLastEventMode is already false. It was assigned on the L626

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.

2 participants