"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "ff878ce6d92c07bba88a698f6b10d0dff855b4f8"
Parallelize evaluations in propagate_constant (#1220)
Addressing issue #1166 - propagate_constant pass currently uses a recursive approach to find all instructions in a module that can be evaluated to a literal and performs the replacement in the same call. New approach: Perform single pass though instructions in the module to determine which instructions can be evaluated Evaluate selected instructions in parallel Replace the selected instructions with the corresponding literal
Showing
Please register or sign in to comment