File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ element-wise addition, matrix-matrix multiplication and Kronecker product.
21
21
22
22
** As a fallback** library provides sequential backend for mentioned above operations
23
23
for computations on CPU side only. This backend is selected automatically
24
- if Cuda compatible is not presented in the system. This can be very quite handy for
24
+ if Cuda compatible device is not presented in the system. This can be quite handy for
25
25
prototyping algorithms on a local computer for later running on a powerful server.
26
26
27
27
### Features
@@ -267,11 +267,11 @@ This project is licensed under MIT License. License text can be found in the
267
267
268
268
# # Acknowledgments
269
269
270
- This is research project of the Programming Languages and Tools Laboratory
270
+ This is a research project of the Programming Languages and Tools Laboratory
271
271
at JetBrains Research company. Laboratory website [link](https://research.jetbrains.org/groups/plt_lab/).
272
272
273
273
# # Also
274
274
275
275
The name of the library is formed by a combination of words * Cuda* and * Boolean* ,
276
276
what literally means * Cuda with Boolean* and sounds very similar to the name of
277
- the programming language * COBOL* .
277
+ the programming language * COBOL* .
You can’t perform that action at this time.
0 commit comments