-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "vector-length agnostic"
(Created page with "{{title|Vector-Length Agnostic (VLA)}} '''Vector-length agnostic''' ('''VLA''') refers to a programming model whereby vectorized code is compiled such that it could run un...") |
(No difference)
|
Revision as of 11:44, 23 September 2018
Vector-length agnostic (VLA) refers to a programming model whereby vectorized code is compiled such that it could run under any vector length the underlying microarchitecture implements. In other words, VLA-based vectorized code automatically adapts to the vector length of the machine at runtime.
This article is still a stub and needs your attention. You can help improve this article by editing this page and adding the missing information. |