It is possible to use a apu and a discrete nvidia together
#7
(04-05-2016, 10:55 PM)epixoip Wrote: It's not possible to use both GPUs together with 2.01, no. But it is possible to use 2.01 without all that crap you had, yes.

Maybe I misunderstood your first post but I thought you wanted to use both cooperatively, which can you do in 2.10 beta.
Code:
make
gcc -D_POSIX -DLINUX -s -pipe -W -Wall -std=c99 -Iinclude/ -O2 -DHAVE_HWMON -DHAVE_ADL -DHAVE_NVML -c -o obj/ext_OpenCL.NATIVE.o src/ext_OpenCL.c
gcc -D_POSIX -DLINUX -s -pipe -W -Wall -std=c99 -Iinclude/ -O2 -DHAVE_HWMON -DHAVE_ADL -DHAVE_NVML -c -o obj/shared.NATIVE.o src/shared.c
gcc -D_POSIX -DLINUX -s -pipe -W -Wall -std=c99 -Iinclude/ -O2 -DHAVE_HWMON -DHAVE_ADL -DHAVE_NVML -c -o obj/ext_ADL.NATIVE.o src/ext_ADL.c
gcc -D_POSIX -DLINUX -s -pipe -W -Wall -std=c99 -Iinclude/ -O2 -DHAVE_HWMON -DHAVE_ADL -DHAVE_NVML -c -o obj/ext_nvml.NATIVE.o src/ext_nvml.c
In file included from include/shared.h:111:0,
                 from include/ext_nvml.h:61,
                 from src/ext_nvml.c:8:
include/ext_OpenCL.h:26:19: fatal error: CL/cl.h: File o directory non esistente
 #include <CL/cl.h>
                   ^
compilation terminated.
In file included from include/shared.h:111:0,
                 from src/shared.c:13:
include/ext_OpenCL.h:26:19: fatal error: CL/cl.h: File o directory non esistente
 #include <CL/cl.h>
                   ^
compilation terminated.
In file included from include/shared.h:111:0,
                 from include/ext_ADL.h:274,
                 from src/ext_ADL.c:6:
include/ext_OpenCL.h:26:19: fatal error: CL/cl.h: File o directory non esistente
 #include <CL/cl.h>
                   ^
compilation terminated.
In file included from src/ext_OpenCL.c:8:0:
include/ext_OpenCL.h:26:19: fatal error: CL/cl.h: File o directory non esistente
 #include <CL/cl.h>
                   ^
compilation terminated.
make: *** [obj/ext_ADL.NATIVE.o] Errore 1
make: *** Attesa per i processi non terminati....
make: *** [obj/ext_nvml.NATIVE.o] Errore 1
make: *** [obj/shared.NATIVE.o] Errore 1
make: *** [obj/ext_OpenCL.NATIVE.o] Errore 1


Messages In This Thread
RE: It is possible to use a apu and a discrete nvidia together - by n_lona - 04-05-2016, 11:28 PM