Skip to content

Conversation

@ahuber21
Copy link
Contributor

This adds the correct archspec name for CMake IntelLLVM.

mutable_data_view(destination),
std::span<const uint64_t>(ids.template mutable_unchecked().mutable_data(), num_ids)
std::span<const uint64_t>(
ids.template mutable_unchecked<-1>().mutable_data(), num_ids
Copy link
Contributor Author

@ahuber21 ahuber21 Feb 25, 2025

Choose a reason for hiding this comment

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

For using oneapi compiler it is necessary to provide <-1> (default value for the Dims template parameter in mutable_unchecked()) to avoid a compiler warning that gets promoted to an error

manager.h:122:48: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]

@ahuber21 ahuber21 requested a review from mihaic February 26, 2025 16:33
@ahuber21 ahuber21 merged commit 8299720 into main Feb 27, 2025
7 checks passed
@ahuber21 ahuber21 deleted the dev/ahuber/microarch-intl-alias branch February 27, 2025 12:30
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.

3 participants