File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ element-wise addition, matrix-matrix multiplication and Kronecker product.
2121
2222** As a fallback** library provides sequential backend for mentioned above operations
2323for 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
2525prototyping algorithms on a local computer for later running on a powerful server.
2626
2727### Features
@@ -267,11 +267,11 @@ This project is licensed under MIT License. License text can be found in the
267267
268268# # Acknowledgments
269269
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
271271at JetBrains Research company. Laboratory website [link](https://research.jetbrains.org/groups/plt_lab/).
272272
273273# # Also
274274
275275The name of the library is formed by a combination of words * Cuda* and * Boolean* ,
276276what 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