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

Problem when running on Archlinux tensorflow-opt-cuda #2

Closed
p-h opened this issue Jul 10, 2018 · 1 comment · Fixed by #173
Closed

Problem when running on Archlinux tensorflow-opt-cuda #2

p-h opened this issue Jul 10, 2018 · 1 comment · Fixed by #173

Comments

@p-h
Copy link

p-h commented Jul 10, 2018

I tried running it on libtensorflow.so from this package (version: 1.8.0-5) and it froze my entire computer. The sha224sum of the file is 8f665acf0f455d5056014dfa2d48c22ab6cf83eb073842e8304878d0

@HanabishiRecca
Copy link
Contributor

I think this is due to #90. As the lib has an insane size around 1GB, OOM simply caused the computer to freeze.

With the fix from #173 applied, it reads totally fine for me:

$ elfx86exts libtensorflow.so.2.13.0
File format and CPU architecture: Elf, X86_64
MODE64 (call)
AVX (vzeroupper)
CMOV (cmovne)
NOVLX (vpxor)
AVX2 (vinserti128)
SSE1 (prefetcht2)
BMI (tzcnt)
SSE2 (movq)
SSE41 (pmovzxbw)
SSE42 (crc32)
NOT64BITMODE (xchg)
Instruction set extensions used: AVX, AVX2, BMI, CMOV, MODE64, NOT64BITMODE, NOVLX, SSE1, SSE2, SSE41, SSE42
CPU Generation: Unknown

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 a pull request may close this issue.

2 participants