[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/66: cise-2022: Inline two references.
From: |
Ludovic Courtès |
Subject: |
43/66: cise-2022: Inline two references. |
Date: |
Wed, 29 Jun 2022 11:32:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit abf147aeccb394d9fcfa2aa4f1568ae7fc33475b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Mar 7 16:12:43 2022 +0100
cise-2022: Inline two references.
* doc/cise-2022/cpu-tuning.skb (url): Tweak to use hyperref.
<top level>: Augment 'usepackage' custom for the 'url' package.
Inline references to Eigen and its gitlab.com issue.
---
doc/cise-2022/cpu-tuning.skb | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/doc/cise-2022/cpu-tuning.skb b/doc/cise-2022/cpu-tuning.skb
index ff7220c..64bd8ee 100644
--- a/doc/cise-2022/cpu-tuning.skb
+++ b/doc/cise-2022/cpu-tuning.skb
@@ -25,14 +25,12 @@
(! "–")
(! "--")))))
-(define (dash-dash)
+(define (url url)
(resolve (lambda (n e env)
(if (engine-format? "latex" e)
- (! "{-}{-}")
- "--"))))
-
-(define (url url)
- (ref :text (tt url) :url url))
+ (!latex (string-append "\\href{" url "}{\\textit{$1}}")
+ url)
+ (ref :text (it url) :url url)))))
(define (=>)
(symbol "=>"))
@@ -79,6 +77,13 @@
;; typeset inside teletype text.
"\\DeclareUnicodeCharacter{2026}{\\textrm{\\ldots}}\n"
+ ;; Hyperlinks.
+ "\\definecolor{darkblue}{rgb}{0.0, 0.0,
0.55}\n"
+ "\\definecolor{cobalt}{rgb}{0.0, 0.28,
0.67}\n"
+ "\\definecolor{coolblack}{rgb}{0.0, 0.18,
0.39}\n"
+
"\\PassOptionsToPackage{hyphens}{url}\\usepackage[colorlinks=true,
linkcolor=coolblack, urlcolor=cobalt, citecolor=coolblack]{hyperref}\n"
+ "\\RequirePackage[hyphens]{url}\n"
+
;; Improve hyphenation.
"\\hyphenation{Open-PGP}\n")))
@@ -291,8 +296,8 @@ processors by their code name—from “Nehalem” to “Skylake”
,(it [via])
(p [Linear algebra routines that scientific software relies on
greatly benefit from SIMD extensions. For example, on a modest Intel
CORE i7 processor (of the Skylake generation), the AVX2-optimized
-version of the dense matrix multiplication routines of Eigen ,(ref :bib
-'guennebaud2022:eigen), built with GCC 10.3, peaks at about 40 Gflops/s,
+version of the dense matrix multiplication routines of Eigen (,(url
+"https://eigen.tuxfamily.org")), built with GCC 10.3, peaks at about 40
Gflops/s,
compared to 11 Gflops/s for its baseline x86_64 version—four times
faster!]))
@@ -377,8 +382,9 @@ portability.])
libraries rarely makes provisions for performance portability. Thus,
when compiling those packages for the baseline ISA, one misses out on
all the vectorized implementations that libraries like Eigen provide.
-This is a known issue in search of a solution ,(ref :bib
-'larsen2021:eigen-fmv). It can have a very concrete impact on
+This is a known issue in search of a solution—see ,(url
+"https://gitlab.com/libeigen/eigen/-/issues/2344").
+It can have a very concrete impact on
performance since many scientific packages—the ARPACK-NG library for
solving eigenvalue problems, the Ceres solver for optimization problems,
the FEniCSx platform for solving differential equations, to name a
- 38/66: programming-2022: Tweak dot options., (continued)
- 38/66: programming-2022: Tweak dot options., Ludovic Courtès, 2022/06/29
- 33/66: programming-2022: Augment abstract., Ludovic Courtès, 2022/06/29
- 42/66: cise-2022: Improve a couple of references., Ludovic Courtès, 2022/06/29
- 49/66: programming-2022: Fix typos., Ludovic Courtès, 2022/06/29
- 51/66: doc: Add a few DOIs in .sbib files., Ludovic Courtès, 2022/06/29
- 53/66: programming-2022: Address comments from reviewer C., Ludovic Courtès, 2022/06/29
- 58/66: programming-2022: Add DOIs and "Last accessed" notes., Ludovic Courtès, 2022/06/29
- 62/66: programming-2022: More bibliography tweaks., Ludovic Courtès, 2022/06/29
- 63/66: programming-2022: Typographical tweaks., Ludovic Courtès, 2022/06/29
- 30/66: programming-2022: Expand "Background" section., Ludovic Courtès, 2022/06/29
- 43/66: cise-2022: Inline two references.,
Ludovic Courtès <=
- 48/66: programming-2022: Distinguish model and implementation., Ludovic Courtès, 2022/06/29
- 52/66: programming-2022: Clarify QEMU options, as suggested by reviewers., Ludovic Courtès, 2022/06/29
- 65/66: doc: programming-2022: Add PDF., Ludovic Courtès, 2022/06/29
- 24/66: icse-2022: Mention SLSA and Git{Lab,Hub}., Ludovic Courtès, 2022/06/29
- 27/66: icse-2022: Add reviews and response., Ludovic Courtès, 2022/06/29
- 28/66: icse-2022: Repurpose for <Programming> 2022., Ludovic Courtès, 2022/06/29
- 37/66: programming-2022: Improve rendering of in-line 'prog'., Ludovic Courtès, 2022/06/29
- 39/66: programming-2022: Add illustrations., Ludovic Courtès, 2022/06/29
- 40/66: programming-2022: Tweak., Ludovic Courtès, 2022/06/29
- 41/66: doc: Add CiSE article., Ludovic Courtès, 2022/06/29