Commit fbce7ae
Add generic support for Intel Gaudi accelerator (hpu device) (#11328)
* Add generic support for Intel Gaudi accelerator (hpu device)
Signed-off-by: Daniel Socek <[email protected]>
Co-authored-by: Libin Tang <[email protected]>
* Add loggers for generic HPU support
Signed-off-by: Daniel Socek <[email protected]>
* Refactor hpu support with is_hpu_available() logic
Signed-off-by: Daniel Socek <[email protected]>
* Fix style for hpu support update
Signed-off-by: Daniel Socek <[email protected]>
* Decouple soft HPU check from hard device validation to support HPU migration
Signed-off-by: Daniel Socek <[email protected]>
---------
Signed-off-by: Daniel Socek <[email protected]>
Co-authored-by: Libin Tang <[email protected]>
Co-authored-by: Sayak Paul <[email protected]>1 parent 35fada4 commit fbce7ae
File tree
3 files changed
+20
-0
lines changed- src/diffusers
- pipelines
- utils
3 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
450 | 451 | | |
451 | 452 | | |
452 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
453 | 468 | | |
454 | 469 | | |
455 | 470 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
356 | 360 | | |
357 | 361 | | |
358 | 362 | | |
| |||
0 commit comments