Skip to content

Commit

Permalink
Enable Stable Diffusion on CPU/GPU Fully.
Browse files Browse the repository at this point in the history
Add support for missing ops to enable
stable diffusion on OVEP.

Signed-off-by: MaajidKhan <[email protected]>
  • Loading branch information
MaajidKhan committed Jun 7, 2023
1 parent 05bea0d commit 57cca35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/core/providers/openvino/ov_versions/data_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ std::vector<SupportedOp> supported_op_mode = {
{"QLinearMatMul", V_2022_3, {"CPU"}},
{"QuantizeLinear", V_2021_4, {"CPU", "GPU"}},
{"QuantizeLinear", V_2023_0, {"VPUX"}},
{"RandomNormalLike", V_2023_0, {"All"}},
{"Range", V_2022_1, {"CPU", "GPU"}},
{"Range", V_2023_0, {"VPUX"}},
{"Reciprocal", V_2020_4, {"CPU", "GPU"}},
Expand Down Expand Up @@ -278,6 +279,7 @@ std::vector<SupportedOp> supported_op_mode = {
{"Tile", V_2023_0, {"VPUX"}},
{"Transpose", V_2020_4, {"CPU", "GPU"}},
{"Transpose", V_2023_0, {"VPUX"}},
{"Trilu", V_2023_0, {"All"}},
{"TopK", V_2020_4, {"CPU", "GPU"}},
{"TopK", V_2023_0, {"VPUX"}},
{"Unsqueeze", V_2020_4, {"CPU", "GPU"}},
Expand Down

0 comments on commit 57cca35

Please sign in to comment.