Skip to content

Conversation

@tob2
Copy link
Collaborator

@tob2 tob2 commented Nov 18, 2025

Fixes #892

  • uses_allocators requires a const array for the traits; this commit adds the missing 'const'.
  • Additionally, a comment has been added to make clear that the host side alloc variable and the device ones have different values.

@seyonglee @spophale @fel-cab

…t', minor improvements

uses_allocators requires a const array for the traits; this commit adds
the missing 'const'.
Additionally, a comment has been added to make clear that the host side
alloc variable and the device ones have different values.
@tob2
Copy link
Collaborator Author

tob2 commented Dec 2, 2025

@seyonglee @spophale @fel-cab – early ping

@spophale spophale merged commit 8d706a7 into OpenMP-Validation-and-Verification:master Dec 4, 2025
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.

test_omp_target_aligned_alloc_device.c violates "traits-array modifier must be a constant array" restriction

3 participants