alysondeives / pskelcc

0 stars 0 forks source link

Stencil Detection: Parse Array Subscripts #1

Open alysondeives opened 7 years ago

alysondeives commented 7 years ago

Parse array subscripts of each array index that compose a stencil computation. For instance:

B[ i width + j] = A[ i width + (j-1)] + A[ i * width + (j+1)] + ....

alysondeives commented 7 years ago

Teste