Skip to content

Remove outdated transpose_axis_contiguous override during grid descriptor creation.#133

Merged
romerojosh merged 1 commit into
mainfrom
remove_axis_contiguous_override
May 12, 2026
Merged

Remove outdated transpose_axis_contiguous override during grid descriptor creation.#133
romerojosh merged 1 commit into
mainfrom
remove_axis_contiguous_override

Conversation

@romerojosh
Copy link
Copy Markdown
Collaborator

This PR removes an old override of transpose_axis_contiguous[0] to false that was made obsolete by the introduction of transpose_mem_order in #49. Previously, this flag setting was used to route the transpose through a more performant pack/unpack path but after #49, all these decisions are based on transpose_mem_order, and this config mutation doesn't actually do anything (other than potentially modify a user provided config).

@romerojosh romerojosh changed the title Remove outdated transpose_axis_contiguous override during setup. Remove outdated transpose_axis_contiguous override during grid descriptor creation. May 12, 2026
@romerojosh
Copy link
Copy Markdown
Collaborator Author

/build

@github-actions
Copy link
Copy Markdown

🚀 Build workflow triggered! View run

@github-actions
Copy link
Copy Markdown

✅ Build workflow passed! View run

@romerojosh romerojosh merged commit e7136ac into main May 12, 2026
4 checks passed
@romerojosh romerojosh deleted the remove_axis_contiguous_override branch May 12, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant