gdev icon indicating copy to clipboard operation
gdev copied to clipboard

First-Class GPU Resource Management: Device Drivers, Runtimes, and CUDA Compilers for Nouveau.

Results 8 gdev issues
Sort by recently updated
recently updated
newest added

git SHA-1 id : 51d669e94c84abb3c5501918677d554bd87e219a when I try to build after using the following script cd cuda || die mkdir build || die cd build || die ../configure || die...

It is claimed that the CUDA runtime API is supported. However, after installation, there is no cuda_runtime.h in the /usr/local/gdev folder. In addition, I can not find any code for...

I am also having trouble building kernel. I am doing the following: $cmake -H. -Brelease -Ddriver=nouveau -Duser=OFF -Druntime=ON -Dusched=OFF -Duse_as=OFF $make -C release I get the following error: [100%] Generating...

When I run the following command: $ cmake -H. -Brelease \ -Ddriver=nouveau \ -Duser=ON \ -Druntime=ON \ -Dusched=OFF \ -Duse_as=OFF \ -DCMAKE_BUILD_TYPE=Release $ make -C release I get the following...

Would be a good thing to have - it's fairly standard.

I get the following: [100%] Generating gdev/gdev.ko make[3]: Entering directory '/usr/lib/modules/4.14.3-1-ARCH/build' make[3]: *** No rule to make target 'modules'. Stop. make[3]: Leaving directory '/usr/lib/modules/4.14.3-1-ARCH/build' make[2]: *** [mod/CMakeFiles/gdev_module.dir/build.make:108: mod/gdev/gdev.ko] Error 2...

If I try ``make -j4 -C release``, the compilation fails, but without ``-j4``, it works fine.