spelling: collision

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 23:04:49 -05:00
parent 35c5530ea1
commit 76ac49cac3

View File

@ -1733,7 +1733,7 @@ TEST_CASE("test scatter") {
out = scatter(in, inds, updates, 0);
CHECK(array_equal(out, reshape(arange(16, float32), {4, 4})).item<bool>());
// Irregular strided index and reduce collison test
// Irregular strided index and reduce collision test
in = zeros({10}, float32);
inds = broadcast_to(array(3), {10});
updates = ones({10, 1}, float32);