Skip to content

[SYCL] Workaround for users with a lot of host accessors. #2296

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

Conversation

s-kanaev
Copy link
Contributor

No description provided.

@s-kanaev s-kanaev requested a review from a team as a code owner August 11, 2020 14:12
@s-kanaev s-kanaev requested a review from rbegam August 11, 2020 14:12
@s-kanaev
Copy link
Contributor Author

@romanovvlad, are you OK this this kind of temporary solution?

static size_t LeafLimit = 0;

if (!LeafLimit) {
if (const char *Val = std::getenv("SYCL_LEAF_LIMIT"))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Use sycl config

@s-kanaev s-kanaev closed this Aug 13, 2020
@s-kanaev s-kanaev deleted the private/s-kanaev/variable-circular-buffer-size branch August 13, 2020 11:21
jsji pushed a commit that referenced this pull request Jan 11, 2024
…t pt.2 (#2296)

This patch introduces a way to use runtime values for array and vector
types. It continues #2256

Original commit:
KhronosGroup/SPIRV-LLVM-Translator@4db768c
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.

1 participant