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

[NFC] Avoid using too much stack memory #823

Merged
merged 1 commit into from
Oct 26, 2023
Merged

[NFC] Avoid using too much stack memory #823

merged 1 commit into from
Oct 26, 2023

Conversation

ChengChen002
Copy link
Contributor

In the test usm_api_copy_queue_multiple_events, it takes up
about 800KB of stack memory. With default limit of 1MB stack
memory in Windows, the program will failed due to stack overflow.

@ChengChen002 ChengChen002 requested a review from a team as a code owner October 26, 2023 07:34
@CLAassistant
Copy link

CLAassistant commented Oct 26, 2023

CLA assistant check
All committers have signed the CLA.

@bader bader merged commit 92c2004 into KhronosGroup:SYCL-2020 Oct 26, 2023
7 checks passed
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.

4 participants