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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,11 @@ The clFFT library is an open source OpenCL library implementation of discrete Fa
19
19
* Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
20
20
* Supports single and double precision floating point formats.
21
21
22
+
## clFFT library user documentation
23
+
[Library and API documentation](http://clmathlibraries.github.io/clFFT/) for developers is available online as a GitHub Pages website
24
+
22
25
## clFFT Wiki
23
-
The [project wiki](https://github.com/kknox/clFFT/wiki) contains helpful documentation, including a [build primer](https://github.com/kknox/clFFT/wiki/Build)
26
+
The [project wiki](https://github.com/clMathLibraries/clFFT/wiki) contains helpful documentation, including a [build primer](https://github.com/clMathLibraries/clFFT/wiki/Build)
24
27
25
28
## Contributing code
26
29
Please refer to and read the [Contributing](CONTRIBUTING.md) document for guidelines on how to contribute code to this open source project
0 commit comments