Conversation
Currently only has one parameter
…ed_enabled' into resize_scheduler_test
…r_update_heuristic
may not be a valid path from loop IDs
…ds' into resize_scheduler_test
|
!test |
| // slicing paths as well. For now, in order to avoid the error due | ||
| // to issue #3640, use a size that is divisible by 8. | ||
| // std::vector<int64_t> shape({16, 100}); | ||
| std::vector<int64_t> shape({16, 96}); |
There was a problem hiding this comment.
@jjsjann123 Forgot to include this WAR. This is what I mentioned to you that I saw an error due to #3640.
|
!test |
|
!test |
|
!test |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
!test |
Stacked on #3693
This PR adds a preliminary vectorization support to the resize scheduler. It currently only considers vectorization of the innermost dimension, just because that's good enough for the RoPE cases. It should eventually be extended to support vectorizing multiple innermost dimensions.