Skip to content

Fix compiler error with ambiguous type uint2#246

Open
sankhesh wants to merge 1 commit into
Viskores:mainfrom
sankhesh:ambiguous_type
Open

Fix compiler error with ambiguous type uint2#246
sankhesh wants to merge 1 commit into
Viskores:mainfrom
sankhesh:ambiguous_type

Conversation

@sankhesh

Copy link
Copy Markdown

Replaces the custom uint2 type with std::array<unsigned int, 2> for the frame size parameter in FrameData and related code. This fixes a build error when building the ANARI device along with CUDA support.

Replaces the custom uint2 type with std::array<unsigned int, 2> for the
frame size parameter in FrameData and related code. This fixes a build
error when building the ANARI device along with CUDA support.
@sankhesh sankhesh requested a review from kmorel as a code owner January 22, 2026 20:04
@kmorel kmorel requested a review from jeffamstutz January 23, 2026 14:44
@kmorel

kmorel commented Jan 23, 2026

Copy link
Copy Markdown
Collaborator

@sankhesh Thanks for the fix.

@jeffamstutz Please review this small change to the ANARI device.

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