CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 03:28:39 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"37b2f49907119aa1d2cb713fd61c9bfb"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=1OhkX1FHPbBpyFy9rEI4nhTrKDEjvz2CU%2FPVhjwpUkQFbt4Ki48RT0GENmH2Epb34RpI6iXBo99u7DiyYhKPeQNZaUGiaIqZskqd%2FIYthIG3Y556uPBwQQkZRO3TnBgd3LMPNTXVhaGRfqHm3M0rS%2Fl%2F2IfP7iTno0cAohA8xfJS8OfN6nEFau2sSNZ1bzP30To2Zo0KXz0fN6VRuGSMjo5IJYZtqq4CBqDRiDB7muTbyV2yKh0WZxU5kgRZZgk3%2B7ALzWcBS22%2Bi%2B92djDPWw%3D%3D--kbYLCKsAneFQ0e5T--OsEtWhBX3nzJAaKdth%2FPdg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.357167119.1753759718; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 03:28:38 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 03:28:38 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: CC58:D8210:22957F:329761:68883FE6
Tags · HSA-Libraries/Bolt · GitHub
Toggle v1.1GA's commit message
Toggle v1.0GA's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 64
Tags: HSA-Libraries/Bolt
Tags
v1.1GA
Bolt Release 1.1 This release contains the following features: 1. Linux support for GCC 4.6 and above. 2. Performance optimizations for below routines for OpenCL path. · transform_scan(inclusive/exclusive) · reduce, transform_reduce, min, max, count, count if · reduce_by_key · sort and stablesort with ints and unsigned ints as data types. · sort_by_key and stablesort_by_key with ints and unsigned ints as keys. 3. Added Below list of new function for OpenCL, TBB and Serial path: · bool binary_search · scatter · scatterif · gather · gatherif · merge 4. Added MultiCore code paths for all routines including new ones. Now we have OpenCL, MultiCore and Serial path for all routines. 5. Bug Fixes. 6. Debug Log facility to determine the executed code path.
v1.0GA
Merged the branch v1.0 to Master. This commit contains the following changes: 1. Serial code paths for all routines including routines which do not have a TBB implementation. 3. Performance optimizations for Scan and scan by key, Radix Sort and Stable Sort routines. (Up to 45% for Scan routines for certain data sizes) 4. Provided Offset support to all the routines for both the source and destination iterators. 5. Added unit test cases to take care of all the paths. 6. Added Support for “Sort by Key” routines to work for non-power of 2 buffer sizes in the OpenCL. Uses Merge sort. 7. Added support for Amp Sort for non power of 2 buffer sizes. 8. Moved the TBB code to a separate TBB folder so that there is no duplication of code in OpenCL and AMP. Besides this there are many bug fixes. This checkin will be the release candidate for 1.0 GA release.
You can’t perform that action at this time.