summaryrefslogtreecommitdiff
path: root/test-chill/unit-tests/cpp_validate_prog/mm_one_with.testproc
blob: 80bc841383fe5d171b9ec351a3fdb3b2b5d2cb62 (plain)
1
2
3
4
5
6
7

with {evendist2:lambda i,j: random(-8,8), zero2:lambda i,j: 0}
procedure void mm(
    in  float[3][5] A = matrix([*,*],evendist2),
    in  float[5][2] B = matrix([*,*],evendist2),
    out float[3][2] C = matrix([*,*],zero2))