From 72f7db891f9be028c2f7d6f4d2c2e337a95dbc8c Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 28 Jul 2025 13:06:21 +1000 Subject: [PATCH] simplification --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.html b/docs.html index e1efacc7..98cdfef2 100644 --- a/docs.html +++ b/docs.html @@ -18637,7 +18637,7 @@ care must be taken when using the fp16 element type; it has a range software emulated fp16 element type can be slow
  • -matrix multiplication and dot products involving fp16 elements are currently rudimentary and not optimised +support for fp16 elements in this version is preliminary
  • matrices with fp16 elements cannot be used with functions that require LAPACK (eg. matrix decompositions such as SVD are not available)