Using discrete GPU on macOS - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Using discrete GPU on macOS (/thread-8727.html) |
Using discrete GPU on macOS - john_alan - 10-18-2019 In a modern MacBook there are usually two GPUs Integrated and Discrete, with Discrete being much more powerful. Usually when a macOS app is utilising the discrete GPU I receive a notification to say the GPU is being used. I don't see this notification with Hashcat, yet I see that hashcat looks like it's using both: Code: OpenCL Platform #1: Apple Do I have to directly enable the discrete GPU to use it? RE: Using discrete GPU on macOS - undeath - 10-18-2019 can you post a hashcat status output? RE: Using discrete GPU on macOS - john_alan - 10-18-2019 (10-18-2019, 12:45 PM)undeath Wrote: can you post a hashcat status output? Sure! Code: Session..........: hashcat Seems like it's using both, however on the macOS dashboard (where it would usually say GPU enabled, as it would when playing games or something that explicitly uses the GPU), it doesn't indicate that the GPU is actively engaged... RE: Using discrete GPU on macOS - undeath - 10-18-2019 Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok. RE: Using discrete GPU on macOS - john_alan - 10-18-2019 (10-18-2019, 01:37 PM)undeath Wrote: Looks like a bug in the macOS dashboard then. Probably not accounting for OpenCL usage. Speed also seems ok. Cool thanks. |