Miner extra config arguments
--all-platforms 1
--cl-devices [0,1]
--cuda-devices [0,1,2,3]
--algo ethash
--log
why don't you just run with:
--all-platforms 1
--algo ethash
--log
do you need to exclude some cards?
To reverse the order of the AMD gpu's you can probobly do:
--cl-devices [1,0]