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: docs/overview/custom-operations.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Extending Kompute with Custom C++ Operations
3
3
=================
4
4
5
-
Kompute provides an extenisble architecture which allows for the core components to be extended by building custom operations.
5
+
Kompute provides an extensible architecture which allows for the core components to be extended by building custom operations.
6
6
7
7
Building operations is intuitive however it requires knowing some nuances around the order in which each of the class functions across the operation are called as a sequence is executed.
0 commit comments