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
94b1d691
Commit
94b1d691
authored
2 years ago
by
Jan Solanti
Browse files
Options
Downloads
Patches
Plain Diff
3.1 release preparations
parent
aba719a4
Branches
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
CHANGES
+3
-2
3 additions, 2 deletions
CHANGES
doc/notes-3.1.txt
+69
-0
69 additions, 0 deletions
doc/notes-3.1.txt
with
72 additions
and
2 deletions
CHANGES
+
3
−
2
View file @
94b1d691
3.1
unreleased
3.1
November 2022
==============
==============
===
Notable User Facing Changes
Notable User Facing Changes
---------------------------
---------------------------
- Support for Clang/LLVM 15.0
- Work-in-progress Vulkan-driver:
- Work-in-progress Vulkan-driver:
* implement clEnqRead/Copy/WriteRect + clEnqFillBuffer
* implement clEnqRead/Copy/WriteRect + clEnqFillBuffer
* implement global offsets
* implement global offsets
...
...
This diff is collapsed.
Click to expand it.
doc/notes-3.1.txt
0 → 100644
+
69
−
0
View file @
94b1d691
Portable Computing Language (PoCL) v3.1 released
------------------------------------------------
PoCL is a portable open source (MIT-licensed) implementation of the
OpenCL standard. It likely supports the minimal v3.0 feature set (official
conformance stamp not yet applied for).
In addition to being an easily portable multi-device (truly
heterogeneous) open-source OpenCL implementation, a major goal of this
project is improving interoperability for diversity of OpenCL-capable
devices by integrating them to a single centrally orchestrated platform.
Another key goal is to enhance performance portability of OpenCL
programs across device types utilizing runtime and compiler techniques.
Upstream PoCL currently supports various CPUs, NVIDIA GPUs via libcuda,
Vulkan-compatible GPUs (experimental) and ASIPs (experimental,
see: http://openasip.org). It is also known to have multiple (private)
adaptations in active production use.
Release Highlights
------------------
* Support for Clang/LLVM 15.0.
* Major rework of the custom device driver (formerly named Accel, now AlmaIF)
with support for more device types implementing AlmaIF
* All device names used to control the platform setup via POCL_DEVICES are now
lowercase (as documented in the user manual)
* Major rework of the custom device driver (formerly named Accel, now AlmaIF)
with support for more device types implementing AlmaIF
* Much improved SPIR-V support for CPU and CUDA drivers
* Various improvements to & more steps towards implementing the complete API in
the WIP Vulkan driver
* Basic implementation of cl_khr_command_buffer
Misc. Notes
-----------
* Please note that there's an official PoCL "maintenance policy" in
place. This text describes the policy and how you can get your favourite
project that uses OpenCL to remain regression free in the future PoCL
releases: http://portablecl.org/docs/html/maintainer-policy.html
* We are still looking for ARM CPU and RISC-V CPU maintainers (and
any other target of your interest). If you are interested in ensuring
PoCL stays stable for these processor architectures in the future,
please contact us.
* The dedicated TTASim driver will be deprecated once the AlmaIF driver
reaches feature parity with it.
Acknowledgements
----------------
Customized Parallel Computing (CPC) research group of Tampere University,
Finland leads the development of PoCL on the side and for the needs of
their research projects. This project has received funding from European
Union's Horizon 2020 research and innovation programme under Grant
Agreement No 871738 (CPSoSaware), Academy of Finland (decision #331344) and
Business Finland's AISA project.
The financial support is very much appreciated -- it keeps this open
source project going!
Links
-----
Release web page: http://portablecl.org/pocl-3.1.html
This announcement: http://portablecl.org/downloads/ANNOUNCEMENT
Change log: http://portablecl.org/downloads/CHANGES
Download: http://portablecl.org/download.html
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