Skip to content

Commit

Permalink
Extend support for Cast
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdelajonquieresonos committed Dec 12, 2024
1 parent 60b0546 commit 7e528ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metal/src/kernels/array/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl Cast {
| DatumType::I16
| DatumType::I32
| DatumType::I64
| DatumType::Bool
)
}

Expand Down

0 comments on commit 7e528ad

Please sign in to comment.