show dbs
This is a short post that explains how to write a high-performance matrix multiplication program on modern processors. In this tutorial I will use a single core of the Skylake-client CPU with AVX2, but the principles in this post also apply to other processors with different instruction sets (such as AVX512).
Matrix multiplication is a mathematical operation that defines the product of
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/freeradius/mods-enabled/rest | |
rest { | |
# | |
# This subsection configures the tls related items | |
# that control how FreeRADIUS connects to a HTTPS | |
# server. | |
# | |
tls { | |
# ca_file = ${certdir}/cacert.pem |