Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macbook M1 Pro Safari 15.6 Not Working #98

Open
tr3ysmith opened this issue Aug 12, 2022 · 5 comments
Open

Macbook M1 Pro Safari 15.6 Not Working #98

tr3ysmith opened this issue Aug 12, 2022 · 5 comments

Comments

@tr3ysmith
Copy link

Safari 15.6 on MacBook Pro (M1 Pro chip) is reporting incorrectly. It works fine with Chromium based browsers.

Safari

{
  "gpu": "apple gpu (Apple GPU)",
  "isMobile": false,
  "tier": 1,
  "type": "FALLBACK"
}

Edge

{
  "fps": 317,
  "gpu": "apple m1 pro",
  "isMobile": false,
  "tier": 3,
  "type": "BENCHMARK"
}
@benjazehr
Copy link

Can confirm also on my MacBook Pro (13-inch, M1, 2020) with Safari Version 15.5 (17613.2.7.1.8) this is the case.

@emoc11
Copy link

emoc11 commented Jul 6, 2023

it's still badly detected on MacBook Pro (14 inches, 2021) Safari 16.5 (17615.2.9.11.6, 17615)

@nicolasgermeaux
Copy link

Keep having the issue too... Someone found an alternative?

@timmevandermeer
Copy link

The reported gpu name seems to just be kinda random and different per browser. Here Safari, Chrome and Firefox all report different names and outcomes (Chrome is right in this case). Specifically because the Safari one is not specifying the actual GPU model I suspect it would be hard to know what is the relevant benchmark. As it is not included in the existing benchmarks it does the fallback to tier 1. Not sure what would be a sensible way of fixing this.

image

@timmevandermeer
Copy link

The reason seems obfuscation of GPU names in Safari, but this is only handled on mobile and not on desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants