Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
POCL
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
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TRACES-public
Vortex
POCL
Commits
43af686c
Commit
43af686c
authored
2 years ago
by
Joachim Meyer
Browse files
Options
Downloads
Patches
Plain Diff
Document CBS in CHANGES and using.rst.
parent
d1da95e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+5
-0
5 additions, 0 deletions
CHANGES
doc/sphinx/source/using.rst
+6
-0
6 additions, 0 deletions
doc/sphinx/source/using.rst
with
11 additions
and
0 deletions
CHANGES
+
5
−
0
View file @
43af686c
...
@@ -17,6 +17,11 @@ Notable User Facing Changes
...
@@ -17,6 +17,11 @@ Notable User Facing Changes
- Added a user env POCL_BITCODE_FINALIZER that can be used to
- Added a user env POCL_BITCODE_FINALIZER that can be used to
call a custom script that manipulates the final bitcode before
call a custom script that manipulates the final bitcode before
passing it to the code generation.
passing it to the code generation.
- Pulled in alternative work-group function mode for non-SPMD from hipSYCL:
Continuation-based synchronization is slightly more general than POCL's
current kernel compiler, but allows for fewer hand-rolled optimizations.
CBS is expected to work for kernels that POCL's current kernel compiler
does not support.
3.1 December 2022
3.1 December 2022
=================
=================
...
...
This diff is collapsed.
Click to expand it.
doc/sphinx/source/using.rst
+
6
−
0
View file @
43af686c
...
@@ -342,6 +342,12 @@ pocl.
...
@@ -342,6 +342,12 @@ pocl.
might avoid storing work-item context to memory.
might avoid storing work-item context to memory.
However, the code bloat is increased with larger
However, the code bloat is increased with larger
WG sizes.
WG sizes.
cbs -- Use continuation-based synchronization to execute work-items
on non-SPMD devices.
CBS is expected to work for kernels that 'loops' does not support.
For most other kernels it is expected to perform slightly worse.
Also enables the LLVM LoopVectorizer.
- **POCL_WORK_GROUP_SPECIALIZATION**
- **POCL_WORK_GROUP_SPECIALIZATION**
...
...
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