From 3b78539ab28c54daca89e49c81902224ae011cd6 Mon Sep 17 00:00:00 2001 From: Andrzej Janik Date: Tue, 26 Aug 2025 18:17:59 -0700 Subject: [PATCH] Update docs/src/supported-hw.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/src/supported-hw.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/supported-hw.md b/docs/src/supported-hw.md index ef2e788..531b887 100644 --- a/docs/src/supported-hw.md +++ b/docs/src/supported-hw.md @@ -26,13 +26,13 @@ ZLUDA could be ported to OpenCL or Vulkan, but with significantly reduced functionality. This might be acceptable for a narrow use case, but it would not be as general‑purpose as using the native backend. Examples of features available with the current compilation path that are not exposed by either Vulkan or OpenCL: * Disabling FP contraction - * Explicit alignment - * Some subgroup and group operations - * Bindless images - * Pointer casts - * Arbitrary virtual calls - * Inline assembly - * Rounding modes - * Denormal modes + * Explicit alignment + * Some subgroup and group operations + * Bindless images + * Pointer casts + * Arbitrary virtual calls + * Inline assembly + * Rounding modes + * Denormal modes Additionally, performance libraries (cuBLAS, cuDNN, etc.) cannot be easily mapped through Vulkan or OpenCL. \ No newline at end of file