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