It is possible to use a apu and a discrete nvidia together
#3
(04-05-2016, 05:48 PM)epixoip Wrote: Should be possible with beta, test it and see?

how do I setup such a configuration:
Code:
 tail .bashrc
#for APU A8-5500 with HD7560D
export AMDAPPSDKROOT="/opt/AMDAPPSDK-2.9.1"
export LD_LIBRARY_PATH=/opt/AMDAPPSDK-2.9.1/lib/x86_64:$LD_LIBRARY_PATH

#for EVGA GT710
export PATH=/usr/local/cuda-7.5/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-7.5/lib64:$LD_LIBRARY_PATH

alias mp64.bin='/home/hp/maskprocessor-master/src/mp64.bin'
alias cudaHashcat64.bin='/home/hp/cudaHashcat-2.01/cudaHashcat64.bin'
alias oclHashcat64.bin='/home/hp/oclHashcat-2.01/oclHashcat64.bin'

source .bashrc

especially for ld_library, xorg with 2 gpus: one in the apu and one in the discrete one?


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