Note: This is in reverse chronological order, so newer entries are added to the top.
Contents |
---|
cuSten 2.1 |
cuSten 2.0 |
cuSten 1.5 |
cuSten 1.4 |
cuSten 1.3 |
cuSten 1.2.1 |
cuSten 1.2 |
cuSten 1.1 |
cuSten 1.0 |
- Updated naming convention to consistent cuSten for all functions and types
- Replaced the 0 and 1 for loading/unloading data with MACROS HOST and DEVICE to specify where the programmer desires the data to be stored
- Restructured cuPentCahnADI to use a better guess for the initial n - 1 time step, scheme now more stable.
- Added serial example of the same for GPU versus CPU timing benchmarks.
- doxygen updated to reflect above changes
- Swap functions added
- cuPentCahnADI added as an example solver
- Documentation completed with doxygen
- Add 2D_xy_np and 2D_xy_np_fun
- 2D cases are now completed, next release will have formalised documentation and improved code commenting.
- Add 2D_y_np_fun
- Fixed some bugs in other code
- Fixed makefile for examples
- Restructured into static library with its own Makefile and moved examples into separate directory with their own Makefile that calls library.
- Updated readme.
- Fixed a bug in 2D xy periodic derivatives, corners of shared memory blocks copied incorrectly
- Added 2D XY periodic derivatives with and without user defined functions.
- Added the ability to do non periodic y direction derivatives in 2D.
- Removed user set stream quantity as it was pointless.
- Initial release of cuSten.