Adjusted element_prod and element_div for vectors: Temporaries are handled in op_executor
Previously the temporary dispatch was done directly in element_prod() and element_div(). This is prohibitive for using the scheduler efficiently (temporaries have limited lifetime).
Loading
Please register or sign in to comment