"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "e17c0bec8b56023ea2c2b9f25dee2f4b16f77038"
Fix 2 input broadcast bug for dynamic batch and output parameter ordering (#1669)
Adds a matcher to split_single_dyn_dim to find all broadcast or multibroadcast with two static shape inputs and replaces the instruction with the one input version. Sorts the get_output_parameters() list to ensure the correct ordering. (Was getting an error for some models.)
Showing
Please register or sign in to comment