Search found 1 match
- 2021-08-24, 19:49:05
- Forum: Agner's CPU blog
- Topic: AVX-512 stand-alone C code for neural nets
- Replies: 1
- Views: 50827
Re: AVX-512 stand-alone C code for neural nets
NN-512 is an open-source Go program that generates fully AVX-512 vectorized, human-readable, stand-alone C implementations of convolutional neural nets The generated C code is an example of AVX-512 programming using GCC's AVX-512 intrinsics. AVX-512 is exciting because its use of masking simplifies ...