mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-22 12:20:16 +08:00
Actually enable IPEX XPU support
This commit is contained in:
parent
7c6d716541
commit
7a20b189a5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- labels: [self-hosted, Linux, X64, cpu]
|
- labels: [self-hosted, Linux, X64, cpu]
|
||||||
container: "ubuntu"
|
container: "ubuntu"
|
||||||
- labels: [self-hosted, Linux, X64, ipex-a380-6gb]
|
- labels: [self-hosted, Linux, X64, ipex-a380-6gb]
|
||||||
container: "intel/intel-optimized-pytorch:2.3.0-pip-base"
|
container: "intel/intel-optimized-pytorch:2.1.20-xpu-pip-base"
|
||||||
- labels: [self-hosted, Linux, X64, rocm-7600-8gb]
|
- labels: [self-hosted, Linux, X64, rocm-7600-8gb]
|
||||||
container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2"
|
container: "rocm/pytorch:rocm6.0.2_ubuntu22.04_py3.10_pytorch_2.1.2"
|
||||||
- labels: [self-hosted, Linux, X64, cuda-3060-12gb]
|
- labels: [self-hosted, Linux, X64, cuda-3060-12gb]
|
||||||
|
|||||||
@ -54,7 +54,6 @@ def has_gpu() -> bool:
|
|||||||
try:
|
try:
|
||||||
import intel_extension_for_pytorch as ipex
|
import intel_extension_for_pytorch as ipex
|
||||||
has_gpu = ipex.xpu.device_count() > 0
|
has_gpu = ipex.xpu.device_count() > 0
|
||||||
return has_gpu
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
try:
|
try:
|
||||||
import torch
|
import torch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user