Open inducer opened 7 years ago
Currently, if the set of instructions changes, the get_grid_sizes_for_insn_ids() hand-off won't work. This can happen during fairly innocent kernel transforms. What's needed is a "stable" way to refer to a subkernel...
get_grid_sizes_for_insn_ids()
Can you give an example?
See Nick's question and the ensuing thread on the loopy list.
Currently, if the set of instructions changes, the
get_grid_sizes_for_insn_ids()
hand-off won't work. This can happen during fairly innocent kernel transforms. What's needed is a "stable" way to refer to a subkernel...