Skip to content
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

Define ITT_ARCH_IA64 when undefined #550

Merged
merged 1 commit into from Oct 7, 2021

Conversation

felixonmars
Copy link
Contributor

I am not sure why ITT_ARCH_IA64 was skipped here. This results in unsupported architecture (RISC-V, in my case) falls to the ITT_ARCH==ITT_ARCH_IA64 branch below (because both of them are undefined) and results in a build error due to __TBB_machine_fetchadd4 being undefined.

I am not sure why ITT_ARCH_IA64 was skipped here. This results in unsupported architecture (RISC-V, in my case) falls to the `ITT_ARCH==ITT_ARCH_IA64` branch below (because both of them are undefined) and results in a build error due to `__TBB_machine_fetchadd4` being undefined.
@felixonmars felixonmars changed the title Define ITT_ARCH_IA64 when undefiend Define ITT_ARCH_IA64 when undefined Aug 29, 2021
@alexey-katranov
Copy link
Contributor

@ekovanova, can you please review this patch for ITT API?

@alexey-katranov
Copy link
Contributor

Thanks for the patch. I've proposed the changes to ITT API repo (intel/ittapi#23).

@anton-potapov
Copy link
Contributor

@alexey-katranov should we close or merge this patch ?

@alexey-katranov
Copy link
Contributor

We can merge. In addition, it makes sense to update ITT stuff.

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.

None yet

4 participants