This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit 9bcbd22
740 add generic support for different gpu hardware (#3371)
* Add AMD backend support
* Add AMD frontend support
* Add Dockerfile.rocm
Co-authored-by: Samu Tamminen <stammine@amd.com>
* Add AMD documentation
* Fix null pointer bug with populateAccelerators trying to get null AppleUtil GPU env value
* Fix formatting
---------
Co-authored-by: Rony Leppänen <rleppane@amd.com>
Co-authored-by: Anders Smedegaard Pedersen <asmedega@amd.com>
Co-authored-by: Samu Tamminen <stammine@amd.com>1 parent 0985386 commit 9bcbd22
File tree
52 files changed
+2609
-365
lines changed- docker
- docs
- hardware_support
- frontend
- server
- src
- main/java/org/pytorch/serve
- device
- interfaces
- utils
- util
- wlm
- test
- java/org/pytorch/serve
- device
- utils
- resources/metrics
- kubernetes/kserve/tests/scripts
- requirements
- ts_scripts
- ts
- metrics
- torch_handler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+2609
-365
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 14 | + | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
| |||
60 | 49 | | |
61 | 50 | | |
62 | 51 | | |
63 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
64 | 55 | | |
65 | | - | |
| 56 | + | |
66 | 57 | | |
67 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
68 | 64 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
75 | 68 | | |
76 | | - | |
| 69 | + | |
77 | 70 | | |
78 | | - | |
| 71 | + | |
79 | 72 | | |
80 | | - | |
| 73 | + | |
81 | 74 | | |
82 | | - | |
| 75 | + | |
83 | 76 | | |
84 | 77 | | |
85 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments