summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--candle-kernels/src/unary.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-kernels/src/unary.cu b/candle-kernels/src/unary.cu
index 105d8c3a..d65eac17 100644
--- a/candle-kernels/src/unary.cu
+++ b/candle-kernels/src/unary.cu
@@ -126,6 +126,7 @@ UNARY_OP1(__half, upowf_f16, powg(x, param))
UNARY_OP(uint8_t, ucopy_u8, x)
UNARY_OP(uint32_t, ucopy_u32, x)
+UNARY_OP(int64_t, ucopy_i64, x)
UNARY_OP(float, ucopy_f32, x)
UNARY_OP(double, ucopy_f64, x)
UNARY_OP(float, uneg_f32, -x)