Removal of Vulkan API support.#648
Merged
coldav merged 1 commit intoMay 16, 2025
Merged
Conversation
ba45728 to
2926f66
Compare
a636eac to
5495342
Compare
Collaborator
Why is this part of this PR? |
Collaborator
Author
I thought as it was removing an API, this counted as a breaking change and we had to up the version. If you disagree we can remove it and do that later. |
1d269bc to
6bd694c
Compare
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
hvdijk
reviewed
May 8, 2025
6bd694c to
c04634c
Compare
c04634c to
7e47cbd
Compare
hvdijk
reviewed
May 14, 2025
hvdijk
reviewed
May 14, 2025
hvdijk
reviewed
May 14, 2025
hvdijk
reviewed
May 14, 2025
hvdijk
reviewed
May 14, 2025
8166e0a to
fb6e0b8
Compare
hvdijk
reviewed
May 15, 2025
hvdijk
reviewed
May 15, 2025
hvdijk
reviewed
May 15, 2025
fb6e0b8 to
5380eb5
Compare
hvdijk
reviewed
May 15, 2025
5380eb5 to
cd08d28
Compare
This removes Vulkan API support from the construction kit, including all testing and documentation - see https://github.com/uxlfoundation/oneapi-construction-kit/blob/rfcs/rfc-0003.md for more information. Note that some code which is only being used by Vulkan remains after this commit. This will be reviewed in a later commit. Note that the next release should increase the version to 5.0.0 after this breaking change.
cd08d28 to
a638e42
Compare
hvdijk
approved these changes
May 16, 2025
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 21, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 22, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 26, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 27, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 27, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 27, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 27, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 27, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Aug 29, 2025
…sdk_reference Removal of Vulkan API support.
coldav
pushed a commit
to coldav/oneapi-construction-kit
that referenced
this pull request
Sep 5, 2025
…sdk_reference Removal of Vulkan API support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Removal of Vulkan API support
Reason for change
Agreed to remove it to reduce overheads.
Description of change
This removes Vulkan API support from the construction kit, including
all testing and documentation - see
https://github.com/uxlfoundation/oneapi-construction-kit/blob/rfcs/rfc-0003.md
for more information.
This also increases the version to 5.0.0. Note that some code which is
only being used by Vulkan remains after this commit. This will be reviewed
in a later commit.