M
Modular4mo ago
Duke

is there a way I can convert a list to a SIMD vector?

can someone tell me how I can convert a list to a SIMD vector
1 Reply
DobyDabaDu
DobyDabaDu4mo ago
Access the pointer of the list then call its load method and give ur desired simd_width parameter to it. But loading more than 32 or 64 bytes data will not prabably give u much benefit

Did you find this page helpful?