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

-O3 triggers undefined reference to `_ITM_WM256' #15

Open
pramalhe opened this issue Nov 15, 2017 · 3 comments
Open

-O3 triggers undefined reference to `_ITM_WM256' #15

pramalhe opened this issue Nov 15, 2017 · 3 comments
Labels

Comments

@pramalhe
Copy link
Contributor

Hi,
Is the -O3 compilation flag supported for building examples and user programs with Mnemosyne?
On g++-7.2 when I turn on -O3 I get this compilation error:
undefined reference to `_ITM_WM256'

-O0 works fine.

@hvolos
Copy link
Collaborator

hvolos commented Nov 15, 2017

hmm, when we originally developed the Mnemosyne TM runtime for the Intel Compiler, I don't recall whether the compiler ABI defined this method (_ITM_WM256). Looks like the ABI has been extended to include barriers for 256bit word sizes.

@snalli
Copy link
Owner

snalli commented Nov 16, 2017

I have not seen this method before.

@hvolos
Copy link
Collaborator

hvolos commented Nov 16, 2017

Commit 0aba646 adds support for AVX 256-bit type __m256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants