intel / intel/AI-Playground

Detect users graphics device automatically

Open
#37 0 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
979
Forks
132
Avg merge
9h 23m
Merged PRs (30d)
8

Description

**Is your feature request related to a problem? Please describe.**

It's not easy for users to figure out whether their graphics card is supported by AI Playground.

**Describe the solution you'd like**

Detects GPU device first during the installation. Bail out as early as possible if the graphics card is not supported.

**Additional context**

We could use windows cmd to get device info as a quick implementation. In the future, we should consider implementing Level-Zero driver detection which would be more portable for both Windows and Linux.

Contributor guide

Open the contributing guide

Research direction

Start by tracing the installation flow in the TypeScript application and identify where hardware checks can run before setup continues. Review the proposed Windows cmd approach and the future Level-Zero driver option, then define completion as detecting the GPU early and stopping installation when the device is unsupported.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell, typescript
Domain
computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.