Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
presentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sose24-ppds-qp
presentation
Commits
d7d51180
Verified
Commit
d7d51180
authored
8 months ago
by
Joshua Balthasar Kobschätzki
Browse files
Options
Downloads
Patches
Plain Diff
chore: fix alignment
parent
3fba8e96
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
out/presentation.pdf
+0
-0
0 additions, 0 deletions
out/presentation.pdf
presentation.tex
+65
-28
65 additions, 28 deletions
presentation.tex
with
65 additions
and
28 deletions
out/presentation.pdf
+
0
−
0
View file @
d7d51180
No preview for this file type
This diff is collapsed.
Click to expand it.
presentation.tex
+
65
−
28
View file @
d7d51180
...
...
@@ -81,37 +81,74 @@
\item
Compiling
\code
{
struct PlanNode
}
$
\to
$
\code
{
Box<dyn ONC>
}
\begin{itemize}
\item
[$\to$]
Translates PlanNode into IR
\pause
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}
[fragile]
\frametitle
{
\secname
: AdaptiveCompiler
}
\begin{itemize}
\item
Compiling
\code
{
struct PlanNode
}
$
\to
$
\code
{
Box<dyn ONC>
}
\item
[$\to$]
Translates PlanNode into IR
\item
[$\to$]
optimized in passes: Predicate Pass
\begin{center}
\begin{columns}
\column
{
.5
\linewidth
}
\includegraphics
[width=100px]
{
./plots/q1-b4.png
}
\column
{
.5
\linewidth
}
\includegraphics
[width=100px]
{
./plots/q1-after.png
}
\end{columns}
\end{center}
\end{itemize}
\end{frame}
\begin{frame}
[fragile]
\frametitle
{
\secname
: AdaptiveCompiler
}
\begin{itemize}
\item
Compiling
\code
{
struct PlanNode
}
$
\to
$
\code
{
Box<dyn ONC>
}
\item
[$\to$]
Translates PlanNode into IR
\item
[$\to$]
optimized in passes: Pushdown Projection
\begin{center}
\begin{columns}
\column
{
.5
\linewidth
}
\includegraphics
[width=100px]
{
./plots/q2-b4.png
}
\column
{
.5
\linewidth
}
\includegraphics
[width=100px]
{
./plots/q2-after.png
}
\end{columns}
\end{center}
\end{itemize}
\end{frame}
\begin{frame}
[fragile]
\frametitle
{
\secname
: AdaptiveCompiler
}
\begin{itemize}
\item
Compiling
\code
{
struct PlanNode
}
$
\to
$
\code
{
Box<dyn ONC>
}
\item
[$\to$]
Translates PlanNode into IR
\item
[$\to$]
optimized in passes: Projection Fuse
\begin{center}
\begin{columns}
\column
{
.5
\linewidth
}
\includegraphics
[width=100px]
{
./plots/q3-b4.png
}
\column
{
.5
\linewidth
}
\includegraphics
[width=50px]
{
./plots/q3-after.png
}
\end{columns}
\end{center}
\end{itemize}
\end{frame}
\begin{frame}
[fragile]
\note
{
2 Min
}
\frametitle
{
\secname
: AdaptiveCompiler
}
\begin{itemize}
\item
Compiling
\code
{
struct PlanNode
}
$
\to
$
\code
{
Box<dyn ONC>
}
\begin{itemize}
\item
[$\to$]
Translates PlanNode into IR
\item
[$\to$]
optimized in passes
\begin{enumerate}
[<+->]
\item
Predicate
\\
\only
<.>
{
\begin{multicols}
{
2
}
\includegraphics
[width=100px]
{
./plots/q1-b4.png
}
\includegraphics
[width=100px]
{
./plots/q1-after.png
}
\end{multicols}
}
\item
Pushdown Projection
\\
\only
<.>
{
\begin{multicols}
{
2
}
\includegraphics
[width=100px]
{
./plots/q2-b4.png
}
\includegraphics
[width=100px]
{
./plots/q2-after.png
}
\end{multicols}
}
\item
Projection Fuse
\\
\only
<.>
{
\begin{multicols}
{
2
}
\includegraphics
[width=100px]
{
./plots/q3-b4.png
}
\includegraphics
[width=100px]
{
./plots/q3-after.png
}
\end{multicols}
}
% TODO: q1 b4 - after.svg
%\pause
\item
Predicate
\item
Pushdown Projection
\item
Projection Fuse
\end{enumerate}
\pause
\item
[$\to$]
translated into operators, who may opportunistically use SIMD
\pause
\item
[$\to$]
(optional) SIMD operators use an intermediate ONC layer,
\verb
|
ChunkedONC
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment