File: KNOWN-ISSUES

package info (click to toggle)
libflame 5.2.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 162,092 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,136; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (36 lines) | stat: -rw-r--r-- 1,286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
libflame
Known Issues

---

The following is a list of known issues with libflame.

 o It is not yet possible to create a matrix with arbitrary row and column
   (ie: where both strides are non-unit). But we plan to add this functionality
   soon.

 o Due to limitations in the current level-3 interfaces, all blocked variants
   implementing Hermitian rank-2k update (her2k) suffer from the inability to
   compute the correct result when the alpha scalar parameter is complex and
   has a non-zero imaginary component. (Note: this is difficult to fix.)

 o The algorithm-by-blocks for incremental up-and-downdating via the UT
   transform requires that the number of rows in C and D be equal. We will most
   likely fix this as soon as someone complains.

 o A parallel region cannot be used around the _solve() routine for either
   FLASH_QR_UT_inc() or FLASH_CAQR_UT_inc(). This is due to the fact that
   these routines use FLASH repartitioning. Enclosing this functionality
   in a parallel region means that FLASH views are allocated and then freed
   before threads are dispatched.

Please direct any questions or feedback (including bug reports) to the FLAME
project:

  flame@cs.utexas.edu


Field G. Van Zee
Department of Computer Sciences
The University of Texas at Austin