Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Downloads

Content

In this video, we'll cover 3 different methods for programming AVX 512. Most of this stuff has been covered in previous videos, but I didn't want to leave anybody out!

Please find the e-book for this series attached :) It contains information for both this video and the next one. Thank you for your support all, I hope y'all stay healthy and happy :)

I hope there's not too may typos ;)

Files

AVX512 (2 of 3): Programming AVX512 in 3 Different Ways

In this video, we will run through 3 different ways to implement AVX512 in your C++ projects. Agner Fog's VCL, Compiler Intrinsics, and native Assembly language. The information in this video has all been covered in previous videos, but I wanted to include examples so folks that missed older videos can still explore AVX512. Links: Agner Fog’s VCL github: https://github.com/vectorclass/version2 VCL Manual: https://www.agner.org/optimize/vcl_manual.pdf AVX512 Wikipedia Article: https://en.wikipedia.org/wiki/AVX-512 Intel Specifications and Programmer’s References: https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html Original videos I made a while back on the VCL: Intro and installation: https://youtu.be/TKjYdLIMTrI Graphics fun and speed testing: https://youtu.be/u6v_70opPsk Support What's a Creel? on Patreon: https://www.patreon.com/whatsacreel FaceBook: https://www.facebook.com/whatsacreel/ Software used to make this vid: Blender: https://www.blender.org/ Audacity: https://www.audacityteam.org/ OBS: https://obsproject.com/ Davinci Resolve 16: https://www.blackmagicdesign.com/products/davinciresolve/ OpenOffice: https://www.openoffice.org/ Gimp: https://www.gimp.org/

Comments

DriftWood

Very interesting stuff! Quick question and i probably missed something, but how to i get Visual Studio 2019 to recognize the syntax and highlight key words in different colors the way you have it set up when editing an .asm file? I followed the AVX512 1-3 videos, but the code text in my .asm file just shows up in just in one color (black) and no context sensitivity at all (no indentation etc) - VS2019 just handles the .asm file like a text file. Thanks!

What's a Creel?

The colored text is a Visual Studio add-on called ASMDude (https://marketplace.visualstudio.com/items?itemName=Henk-JanLebbink.AsmDude). I think I changed all the colors to pastel because the original colors were fairly harsh, but it's an excellent extension!