You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ndarray/black-scholes_hist-dsl.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"id": "intro",
6
6
"metadata": {},
7
7
"source": [
8
-
"# Diverse Tools for Acclerating Numerical Computations: Blosc2 DSL and Numba\n",
8
+
"# Diverse Tools for Accelerating Numerical Computations: Blosc2 DSL and Numba\n",
9
9
"\n",
10
10
"This notebook explores the use of the Blosc2 DSL (Domain Specific Language) functionality and Numba, two compiler-based approaches to accelerate numerical calculations. For certain cases, a DSL kernel is all that is necessary; however, one may also use Blosc2+Numba with certain key functions implemented in DSL to accelerate parts of the workflow. We will look at both these cases (pure DSL kernel, mix-and-match DSL kernel and Numba) below.\n",
11
11
"- Example 1: Black-Scholes formula evaluation. In this case, one may do everything with DSL kernels, and we compare performance to that of Numba as a direct competitor.\n",
0 commit comments