mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-02 06:10:06 +00:00
Update docs/src/supported-hw.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7148dbd5d7
commit
3b78539ab2
1 changed files with 8 additions and 8 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue