Forum Discussion

ash_apee's avatar
ash_apee
Icon for New Contributor rankNew Contributor
3 years ago

Unexpected Error for the different FOR loop trip count

I have been trying to perform panel-by-panel matrix multiplication at the block level. The pseudo algorithm is as follows: __attribute__ ((reqd_work_group_size (1, 1, 1))) __kernel void matmul_pa...