You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Changelog
2
2
3
-
# v1.0.0-rc.1
4
-
See [new contributors](https://github.com/akielaries/openGPMP/graphs/contributors?from=2023-02-07&to=2023-05-09&type=c)
3
+
# v0.10.0
4
+
New contributions from [@eeddgg](https://github.com/eeddgg), [@sidsbrmnn](https://github.com/sidsbrmnn), [@igorsteinmacher](https://github.com/igorsteinmacher)
5
5
## What's Changed
6
-
***Project from openMTPK to openGPMP. Python API renamed from openmtpk to pygpmp**
6
+
***Project renamed from openMTPK to openGPMP. Python API renamed from openmtpk to pygpmp. Experimental Julia API as gpmp.jl**
7
7
* Documentation layout + additions
8
8
*`gpmp::accl` namespace introduced hardware acceleration methods using GPUs with the help of
9
-
OpenCL and additional methods for CPU exploitation with Intel specific SIMD intrinsic functions. The
9
+
OpenCL and CUDA for supported platforms (still very much experimental) and additional methods for CPU exploitation with Intel specific SIMD intrinsic functions. The
10
10
acceleration unit is an optional install with openGPMP with the use of `cmake`.
11
11
* `gpmp::accl::GPU()` class features methods of GPU acceleration using OpenCL. This class will house
12
12
methods seen in the mathematical openGPMP modules that are ideal for GPU computation. The GPU functions
@@ -22,6 +22,7 @@ the default `std::thread::hardware_concurrency()`.
22
22
23
23
*`gpmp::core::ThreadDispatch()` class that dispatches functions to the threadpool.
0 commit comments