-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Add circular tiling support to pad, for Vulkan, CUDA, and CPU (used for making seamless textures) #16985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Phylliida
wants to merge
38
commits into
ggml-org:master
Choose a base branch
from
Phylliida:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add circular tiling support to pad, for Vulkan, CUDA, and CPU (used for making seamless textures) #16985
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f6ac084
Feat: Added vulkan circular tiling support
Phylliida d7f5958
Feat: Added cpu circular
Phylliida 1b62b49
Feat: Added cuda kernels
Phylliida 60bed3b
Added tests
Phylliida 5700a4e
Added tests
Phylliida a894631
Merge branch 'master' into master
Phylliida 9861a3d
Removed non-pad operations
Phylliida 38f8724
Removed unneded changes
Phylliida d4a664b
removed backend non pad tests
Phylliida a785537
Merge branch 'ggml-org:master' into master
Phylliida d9dc234
Merge branch 'ggml-org:master' into master
Phylliida 552e5b2
Update test-backend-ops.cpp
Phylliida 1c69e4e
Fixed comment on pad test
Phylliida 3cd8167
Merge branch 'ggml-org:master' into master
Phylliida 429854b
removed trailing whitespace
cf720e8
Removed unneded test in test-backend-ops
b65967a
Merge branch 'ggml-org:master' into master
Phylliida a0bbbc2
Removed removed test from calls
c9513b4
Update ggml/src/ggml-vulkan/vulkan-shaders/pad.comp
Phylliida df6635f
Fixed alignment
Phylliida 893065d
Formatting
Phylliida 3bfacc8
Format pad
4cdba9f
Format
606dd62
Clang format
6dc7169
format
c3b3ed0
format
d383a2c
don't change so much stuff
b794da8
clang format and update to bool
e315fcf
fix duplicates
80915a1
don't need to fix the padding
1721a2b
make circular bool
89559a1
duplicate again
af56c82
rename vulkan to wrap around
ec892ec
Don't need indent
f295d28
moved to const expr
bb8ecad
removed unneded extra line break
4d20856
More readable method calls
b850c04
Minor wording changes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removed trailing whitespace
- Loading branch information
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.