mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
Cuda support for the mnist training. (#277)
* Cuda support for the mnist training. * min/max fix + testing. * Add the argmin/argmax tests. * More cuda support for argmin/argmax. * Cuda kernels for argmin and argmax.
This commit is contained in:
@ -244,7 +244,7 @@ impl ReduceIndex {
|
||||
val = s
|
||||
}
|
||||
}
|
||||
dst[unstr_index] = g(val, acc)
|
||||
dst_to_set[unstr_index] = g(val, acc)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user