RuntimeError: Can't add devices across platforms to a single context. -33 (PI_ERROR_INVALID_DEVICE)
- Dominant language
- TypeScript
- Stars
- 979
- Forks
- 132
- Avg merge
- 9h 23m
- Merged PRs (30d)
- 8
Description
## Describe the bug
After installing AI-Playground-v1.21b I'm getting this error:
Backend initialization failed
The AI inference backend failed to initialize. Please try restarting the application. If the problem persists, you can check the Details for additional information about the error.
return _C._has_fp64_dtype(device)
^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Can't add devices across platforms to a single context. -33 (PI_ERROR_INVALID_DEVICE)
## To Reproduce
Steps to reproduce the behavior:
1. Install the recommended https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
2. Install https://github.com/intel/AI-Playground/releases/download/v1.21beta/AI.Playground-v1.21b-Mobile-ICU-200v_LNL.exe
3. Run AI-Playground
4. See error
## Expected behavior
Works just like AI-Playground-v1.01b-dGPU
## Environment (please complete the following information):
- OS: Windows11 23H2 22631.4317
- GPU: SPARKLE ARC A770 TITAN OC
- CPU: 13500
- Version: AI-Playground-v1.21b
Contributor guide
Assessment
This issue has not been assessed yet.