• Top
  • New

CPU Dispatching: Make your code both portable and fast (2020)

by lalaland1125 on 8/11/2024, 8:00:38 PM with 1 comments
  • by MrAlex94 on 8/12/2024, 12:39:08 PM

    It’s a shame there’s no open source equivalent to auto-dispatch code paths that Intel’s C++ Compiler has: https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compi...

    At least, not that I’ve found - would be curious if anyone else has found a similar way?