@@ -30,7 +30,7 @@ prototyping algorithms on a local computer for later running on a powerful serve
30
30
31
31
** PyPI package web page** is following [ link] ( https://pypi.org/project/pycubool/ ) .
32
32
33
- ### Features Summary
33
+ ### Features summary
34
34
35
35
- Matrix creation (empty, from data, with random data)
36
36
- Matrix-matrix operations (multiplication, element-wise addition, kronecker product)
@@ -83,7 +83,7 @@ If all requirements are satisfied, run the following command to install PyPI pac
83
83
$ python3 -m pip install pycubool
84
84
```
85
85
86
- ## Getting Started
86
+ ## Getting started
87
87
88
88
This section gives instructions to build the library from sources.
89
89
These steps are required if you want to build library for your specific platform with custom build settings.
@@ -98,7 +98,7 @@ These steps are required if you want to build library for your specific platform
98
98
- Python 3 (for ` pycubool ` library)
99
99
- Git (to get source code)
100
100
101
- ### Cuda & Compiler Setup
101
+ ### Cuda & compiler setup
102
102
103
103
> Skip this section if you want to build library with only sequential backend
104
104
> without cuda backend support.
@@ -192,7 +192,7 @@ By default, the following cmake options will be automatically enabled:
192
192
> $ export CUDAHOSTCXX=/usr/bin/g++-8
193
193
> ` ` `
194
194
195
- # ## Python Wrapper
195
+ # ## Python wrapper
196
196
197
197
** Export** env variable ` PYTHONPATH=" /build_dir_path/python/:$PYTHONPATH " ` if
198
198
you want to use ` pycubool` without installation into default python packages dir.
0 commit comments