Skip to content

Conversation

steffenlarsen
Copy link
Contributor

When building on 32-bit build configurations, SYCLBIN.cpp would require inexplicit type narrowing from uint64_t to size_t. This commit fixes the type narrowing issues.

Fixes #19891.

When building on 32-bit build configurations, SYCLBIN.cpp would require
inexplicit type narrowing from uint64_t to size_t. This commit fixes the
type narrowing issues.

Fixes intel#19891.

Signed-off-by: Larsen, Steffen <[email protected]>
Copy link
Contributor

@maarquitos14 maarquitos14 left a comment

Choose a reason for hiding this comment

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

LGTM

@uditagarwal97 uditagarwal97 merged commit 4fe671b into intel:sycl Aug 27, 2025
26 of 27 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.

[MSVC] Compiler build failed on Windows due to narrowing conversion
3 participants