Skip to content

Commit

Permalink
[Codegen][GPU] Handle dynamic and unaligned cases in DerivedThreadCon…
Browse files Browse the repository at this point in the history
…fig (#18281)

This adds a default set of tile sizes for any dynamically shaped
copy/linalg ops that just uses the preferred vector size based on the
element type bitwidth of the linalg op. This same logic might also be
worth applying in aligned cases, but this patch is opting not to change
pre-existing behavior without proper benchmarking.

Additionally cleans up the tiling tests.
  • Loading branch information
qedawkins authored Aug 23, 2024
1 parent e3936dc commit eb694f1
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 142 deletions.
Loading

0 comments on commit eb694f1

Please sign in to comment.