Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi HRZ,
Thanks for your reply. The report means there are dependency between line "data_double_buf[wr_bank_sel][cp][w] = 0.0f;" and line "data_double_buf[wr_bank_sel][cp][w] = input[h * input_dim1 * input_dim2 + (y - pad_size) * input_dim1 + x - pad_size];" which belongs to two different conditional branches. Is it global memory dependency or local memory dependency?