<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM23Kiselyov</id>
	<title>WG211/M23Kiselyov - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM23Kiselyov"/>
	<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M23Kiselyov&amp;action=history"/>
	<updated>2026-04-05T20:58:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://mw.hh.se/wg211/index.php?title=WG211/M23Kiselyov&amp;diff=2548&amp;oldid=prev</id>
		<title>Jeremy-y: Add Oleg&#039;s talk details</title>
		<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M23Kiselyov&amp;diff=2548&amp;oldid=prev"/>
		<updated>2024-03-11T06:44:01Z</updated>

		<summary type="html">&lt;p&gt;Add Oleg&amp;#039;s talk details&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== The Mysteries of AXPY (Oleg Kiselyov) ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
AXPY is one of the Basic Linear Algebra (BLAS) vector operations: vector addition aX+Y. It is a perfect target for classical optimizations like partial loop unrolling and scalar promotion. (AXPY is also embarrassingly parallel; however, this talk focuses on single-thread performance.)  These optimizations are indeed carried out -- by hand -- in OpenBLAS, regarded as one of the two fastest BLAS implementations. One can make a case for automatic code generation, to reduce the tedium of applying such optimizations (given that there are many platforms and several AXPY varieties to optimize: SAXPY, DAXPY, CAXPY).  This is the traditional elevator talk about metaprogramming in HPC.&lt;br /&gt;
&lt;br /&gt;
How does it correspond to real life, in this day and age?&lt;/div&gt;</summary>
		<author><name>Jeremy-y</name></author>
	</entry>
</feed>