accross -> across (#183)

This commit is contained in:
Víctor Aguilar
2023-12-15 13:46:50 -08:00
committed by GitHub
parent e28b57e371
commit f24200db2c
4 changed files with 4 additions and 4 deletions

View File

@@ -150,7 +150,7 @@ back and go to our example to give ourselves a more concrete image.
const std::vector<int>& argnums) override;
/**
* The primitive must know how to vectorize itself accross
* The primitive must know how to vectorize itself across
* the given axes. The output is a pair containing the array
* representing the vectorized computation and the axis which
* corresponds to the output vectorized dimension.