mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-02 22:29:18 +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:
|
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
|
* Disabling FP contraction
|
||||||
* Explicit alignment
|
* Explicit alignment
|
||||||
* Some subgroup and group operations
|
* Some subgroup and group operations
|
||||||
* Bindless images
|
* Bindless images
|
||||||
* Pointer casts
|
* Pointer casts
|
||||||
* Arbitrary virtual calls
|
* Arbitrary virtual calls
|
||||||
* Inline assembly
|
* Inline assembly
|
||||||
* Rounding modes
|
* Rounding modes
|
||||||
* Denormal modes
|
* Denormal modes
|
||||||
|
|
||||||
Additionally, performance libraries (cuBLAS, cuDNN, etc.) cannot be easily mapped through Vulkan or OpenCL.
|
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