s5z / zsim

A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
328 stars 183 forks source link

SSE4.1 instructions problem? #239

Open AbhishekUoR opened 4 years ago

AbhishekUoR commented 4 years ago

I am running graph neural network application from https://github.com/tkipf/gcn

I get the following error: The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.

I use Pin-2.14, my machine has Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-32-generic x86_64)

Does anyone know how to solve SSE4.1 instructions problem?

amelfatima1231 commented 4 years ago

Did you find a solution to this?

AbhishekUoR commented 4 years ago

Yes,

Are you using tensorflow?

On Thu, Jun 25, 2020 at 12:19 AM amelfatima1231 notifications@github.com wrote:

Did you find a solution to this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/s5z/zsim/issues/239#issuecomment-649206982, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG6MWRK2DXSYANDENOAHEXTRYLF6NANCNFSM4N3R35YA .

-- Thanks, Abhishek Singh PhD Student Lehigh University

Remember "Chance favors the prepared mind."(Pasteur)

Riyuzakii commented 2 years ago

@AbhishekUoR Any chance you remember how you fixed this? Thanks.