Skip to content

GPU or NPU Not Working

The model technically runs, but it feels far slower than expected and the device gets hot in the wrong way.

  • Does the runtime actually support acceleration on this device?
  • Is the app falling back to CPU?
  • Are drivers or platform support still immature on this hardware?

If you cannot confirm acceleration is active, assume it is not.

That means the correct next move is usually:

  1. test the same device in a more known-good runtime,
  2. or drop to a smaller model size,
  3. or move the workload to a better-supported machine.