Skip to content

Deform conv2d mps support #9026

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
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
93e044b
Start of branch
goldfishsound Oct 7, 2024
d838bf7
Setting up for development
goldfishsound Oct 10, 2024
95eb1cd
Initial commit for deform_conv2d for MPS
goldfishsound Oct 25, 2024
c53e1bd
New mps kernel for deform_conv2d and updated shader functions in kern…
goldfishsound Nov 12, 2024
1153b84
Renaming source file.
goldfishsound Nov 15, 2024
1c87a26
Changed part of the file name from _kernal to _kernel
goldfishsound Nov 15, 2024
8a984de
Remove files in product dir
goldfishsound Nov 16, 2024
970183d
Removing framework dir and included files.
goldfishsound Nov 16, 2024
2895f4f
Removing build_xcode dir and included files.
goldfishsound Nov 16, 2024
2f06f7f
Changed location references to pytorch
goldfishsound Nov 16, 2024
66d76d3
Clean up git - Removing .DS_Store
goldfishsound Nov 16, 2024
c8eb2ea
Altering the kernel deformable_im2col to mimic the cpp kernel impleme…
goldfishsound Nov 16, 2024
c92eaa4
Re-ordering include sequence
goldfishsound Nov 16, 2024
b445aed
Including mps in TestDeformConv::test_is_leaf_node
goldfishsound Nov 16, 2024
951880c
Updates gitignore
goldfishsound Dec 1, 2024
1aa7c0b
Merge branch 'main' into deform_conv2d_mps_support
goldfishsound Dec 1, 2024
83080da
Merge branch 'pytorch:main' into deform_conv2d_mps_support
goldfishsound Dec 2, 2024
9f68fd4
Update .gitignore
goldfishsound Dec 2, 2024
dc305ae
CleanUp
goldfishsound Dec 2, 2024
e25e620
Cleaned up - removed added exclusions.
goldfishsound Dec 4, 2024
e4fb8c5
Updated
goldfishsound Dec 4, 2024
e39867f
Removed CMakePresets.json
goldfishsound Dec 4, 2024
3e2bc0e
Updated to exclude CMakePresets.json
goldfishsound Dec 4, 2024
bd62ab3
Added bilinear_interpolate_2 function which is identical to the one u…
goldfishsound Mar 4, 2025
350454f
Reorganized the numbering of argumnet indexes in img2col
goldfishsound Mar 6, 2025
b31a28c
Added threadgroups_per_grid to deformable_col2im and deformable_col2i…
goldfishsound Mar 11, 2025
358dacc
Added printTensor utility function - only temporarily
goldfishsound Mar 11, 2025
7da876a
Modifying TestDeformConv to include mps tests.
goldfishsound Mar 11, 2025
da6134d
Merge branch 'pytorch:main' into deform_conv2d_mps_support
goldfishsound Apr 19, 2025
25a2944
House Cleaning:
goldfishsound Mar 11, 2025
bf7784d
Renaming of bilinear_interpolate2 to bilinear_interpolate_deform_conv2d
goldfishsound Apr 20, 2025
9d3105f
Added constant mps_backward_eps for eps in backward test.
goldfishsound Apr 20, 2025
501d617
Removed unused includes
goldfishsound Apr 20, 2025
a294c2e
Delete
goldfishsound Apr 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'pytorch:main' into deform_conv2d_mps_support
  • Loading branch information
goldfishsound authored Apr 19, 2025
commit da6134da47a01f107e591a8badefd5527041888b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.