Difference between revisions of "Version 1.0 ToDo List"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
|- | |- | ||
| Basic file I/O | | Basic file I/O | ||
− | | Done | + | | Done. Except Matt has been having trouble loading in VTK files. He has had to modify the files to get them to work. |
|- | |- | ||
| Basic rendering | | Basic rendering | ||
Line 30: | Line 30: | ||
| | | | ||
* Still have problems with some CUDA dashboards | * Still have problems with some CUDA dashboards | ||
+ | ** Some may have been resolved | ||
+ | ** There are issues with dejagore running out of memory | ||
* Some working CUDA dashboards have a timer failure | * Some working CUDA dashboards have a timer failure | ||
* There have been some interop failures. - Rob thinks they are fixed. | * There have been some interop failures. - Rob thinks they are fixed. | ||
* Some further output issues on Windows (see delve dashboards e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123995) | * Some further output issues on Windows (see delve dashboards e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123995) | ||
+ | ** Need to get the buildbot tests running nightly to check up on this issue. | ||
* Some timeout issues on renar (e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123644). Could be caused by JIT of CUDA kernels or might be because multiple things are running. | * Some timeout issues on renar (e.g. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4123644). Could be caused by JIT of CUDA kernels or might be because multiple things are running. | ||
+ | ** This should be resolved with a branch being merged in today. | ||
|- | |- | ||
| Prototype VTK/ParaView/VisIt integration<br/> | | Prototype VTK/ParaView/VisIt integration<br/> |
Revision as of 13:25, 9 December 2015
The following is a list of features collected in the months before the VTK-m 1.0 release that are on the short path to be completed.
Feature | Status |
---|---|
Settling of the core interface | Rob working on interface for finding what device adapters are available at runtime. Probably will move device adapter traits outside of internal. |
Standardization of "filters"
|
Rob is going to work on this. The current suggested approach is that filters compile to libraries and there will be a mechanism to select some alternate form of standard storage and other lists to recompile for different layouts. |
Support worklet operations that are not one-to-one output | Done |
Basic file I/O | Done. Except Matt has been having trouble loading in VTK files. He has had to modify the files to get them to work. |
Basic rendering | Not started yet. There is a Rendering Infrastructure design document. |
Clean up Doxygen | Need to get documentation syncing nightly. |
User's Guide | Behind. Trying to catch up. |
Green dashboard |
|
Prototype VTK/ParaView/VisIt integration (Technically not part of the release, but should indicate we have viable components.) |
There was some integration for the SC demo, but that might not be very close to how we integrate in general. Still need to work on that. |