mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 01:41:17 +08:00
remove unnecessary tempspec
Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
This commit is contained in:
parent
ce99b8848b
commit
e857189b2a
@ -131,7 +131,6 @@ struct LogAddExp {
|
||||
: (maxval + log1p(metal::exp(minval - maxval)));
|
||||
};
|
||||
|
||||
template <>
|
||||
complex64_t operator()(complex64_t x, complex64_t y) {
|
||||
if (metal::isnan(x.real) || metal::isnan(x.imag) || metal::isnan(y.real) ||
|
||||
metal::isnan(y.imag)) {
|
||||
|
Loading…
Reference in New Issue
Block a user