Adding INT64 Tensor support
1 unresolved thread
1 unresolved thread
Compare changes
@@ -10,9 +21,10 @@
@@ -10,9 +21,10 @@
@@ -20,19 +32,19 @@ class TensorImpl_cpu : public TensorImpl {
@@ -20,19 +32,19 @@ class TensorImpl_cpu : public TensorImpl {
@@ -41,110 +53,110 @@ class TensorImpl_cpu : public TensorImpl {
@@ -41,110 +53,110 @@ class TensorImpl_cpu : public TensorImpl {
std::copy(static_cast<const half_float::half*>(src), static_cast<const half_float::half*>(src) + length,
void copyFromDevice(const void *src, NbElts_t length, const std::pair<std::string, DeviceIdx_t>& device) override {
@@ -177,6 +189,8 @@ static Registrar<Tensor> registrarTensorImpl_cpu_Float16(
@@ -177,6 +189,8 @@ static Registrar<Tensor> registrarTensorImpl_cpu_Float16(