Overv / vramfs

VRAM based file system for Linux
1.26k stars 65 forks source link

100% CPU usage #14

Open Ape opened 6 years ago

Ape commented 6 years ago

I got vramfs working nicely, but it continuously uses 100% CPU (one core) after I write something to the filesystem.

Here is a stack trace of the running thread:

#0  0x00007ffff6bb3a87 in sched_yield () from /usr/lib/libc.so.6
#1  0x00007ffff589a15f in ?? () from /usr/lib/libnvidia-opencl.so.1
#2  0x00007ffff59a4ca0 in ?? () from /usr/lib/libnvidia-opencl.so.1
#3  0x00007ffff6e9408c in start_thread () from /usr/lib/libpthread.so.0
#4  0x00007ffff6bcbe7f in clone () from /usr/lib/libc.so.6
Overv commented 6 years ago

Does your OpenCL installation work with other demos?

Theldus commented 2 years ago

Hi, the exact same thing happens to me (and OpenCL works fine with other applications). I could see that: