SCM Repository
Annotation of /branches/vis15/src/tests/vis12-bugs/NOTES
Parent Directory
|
Revision Log
Revision 3588 - (view) (download)
1 : | jhr | 3588 | Notes on the open bugs: |
2 : | |||
3 : | bug007.diderot -- no codegen support for tensor slices; Charisee's work will | ||
4 : | address this issue | ||
5 : | |||
6 : | bug028.diderot -- missing forms of matrix multiplication; Charisee's work will | ||
7 : | address this issue | ||
8 : | |||
9 : | bug029.diderot -- missing code generation for printing matrices and higher-order tensors. | ||
10 : | |||
11 : | bug038.diderot -- problem with reading nrrds that are normalized | ||
12 : | |||
13 : | bug040.diderot -- avoidance of redundant Inside tests is not working. | ||
14 : | |||
15 : | bug043.diderot -- problem with parameter appearing in a method (but not in initialization) | ||
16 : | |||
17 : | bug044.diderot -- "output bool" not supported | ||
18 : | |||
19 : | bug045.diderot -- want "det" on 2x2 and 3x3 matrices | ||
20 : | |||
21 : | bug047.diderot -- environment problem when translating LowIL to TreeIL. The problem appears | ||
22 : | to originate in the VN during the HighIL pass and has to do with renaming | ||
23 : | and phi nodes. | ||
24 : | |||
25 : | bug048.diderot -- type promotion inside arms of conditionals | ||
26 : | |||
27 : | bug049.diderot -- strand types are not supported in vis12, which leads to poor error message | ||
28 : | |||
29 : | bug050.diderot -- output alignment for tensor[3,3] | ||
30 : | |||
31 : | bug051.diderot -- compile-time blowup when using c4hexic; all of the time appears to be | ||
32 : | in the check-mid-il, so using --disable-mid-check is a work around. | ||
33 : | |||
34 : | bug052.diderot -- type error when applying inside to a 1D field. The problem appears to | ||
35 : | be in unification, which is trying to unify tensor[1] with tensor[]. | ||
36 : | |||
37 : | bug053.diderot -- ∇ doesn't work on 1D fields |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |