Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
pycodegen
pystencils
Merge requests
!428
Vectorization in Default Kernel Creation Driver
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Vectorization in Default Kernel Creation Driver
fhennig/vector-kernels
into
v2.0-dev
Overview
0
Commits
4
Pipelines
2
Changes
16
Merged
Frederik Hennig
requested to merge
fhennig/vector-kernels
into
v2.0-dev
6 months ago
Overview
0
Commits
4
Pipelines
2
Changes
16
Expand
Reintroduce vectorization into the default
create_kernel
driver.
Encapsulate the driver into a class structure
Update vectorization options and parse deprecated
cpu_vectorize_info
options in
CreateKernelConfig
Add automatic vectorization in the kernel creation driver
Fixes on the side
Remove late constant folding in
create_kernel
; fold indices in
LowerToC
instead
This is required because at this late point, the AST may contain intrinsics, which the constant folder cannot handle
Clarify some docstrings and exception strings
Extend domain kernel test cases with vector targets
Closes
#108 (closed)
Edited
6 months ago
by
Frederik Hennig
0
0
Merge request reports
Compare
v2.0-dev
version 1
fd262898
6 months ago
v2.0-dev (base)
and
latest version
latest version
1499dc7b
4 commits,
6 months ago
version 1
fd262898
3 commits,
6 months ago
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
Loading