Device selection help
#2
AMD HIP Drivers are indeed broken. You're very close to having it correct, change it to a lower case d instead. -d 2,3  will choose "Devices" where as -D chooses between GPU &/OR CPUs.

Also note your mask is going to throw errors using the custom charset "-1=?1?d" as it is appending itself within itself which cannot be done, maybe you meant to have an "?l" instead? such as -1 ?l?d
Reply


Messages In This Thread
Device selection help - by idoit738 - 10-06-2022, 04:32 AM
RE: Device selection help - by slyexe - 10-06-2022, 05:20 AM
RE: Device selection help - by idoit738 - 10-06-2022, 08:31 AM