This commit is contained in:
Awni Hannun
2025-11-13 11:30:02 -08:00
committed by GitHub
parent 8973550ff3
commit 66519fb348
6 changed files with 39 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ void slice_gpu(
array& out,
const Shape& start_indices,
const Shape& strides,
const Stream& s) {
const Stream&) {
slice(in, out, start_indices, strides);
}