Skip to content

Commit a65dd89

Browse files
committed
Tiny formatting
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent 2255234 commit a65dd89

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

arrayjit/lib/backends.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ val finalize :
1919

2020
val fresh_backend : ?backend_name:string -> unit -> (module Backend_intf.Backend)
2121
(** Creates a new backend corresponding to [backend_name], or if omitted, selected via the global
22-
[backend] setting. It should be safe to reinitialize the tensor system before
23-
[fresh_backend]. *)
22+
[backend] setting. It should be safe to reinitialize the tensor system before [fresh_backend].
23+
*)

lib/shape.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ type transpose_type =
8383
| Batch_slice of Arrayjit.Indexing.static_symbol (** Removes the leftmost batch axis. *)
8484
[@@deriving equal, sexp]
8585

86-
(** If you miss expressivity here, leave a note on {{:https://github.com/ahrefs/ocannl/issues/305}issue 305}. *)
86+
(** If you miss expressivity here, leave a note on
87+
{{:https://github.com/ahrefs/ocannl/issues/305}issue 305}. *)
8788
type ternary_type =
8889
| Pointwise_tern (** As in the operation [Where]. *)
8990
| Compose_accumulate (** As in the operation [FMA]. *)

0 commit comments

Comments
 (0)