Skip to content
Snippets Groups Projects
Commit 04631d98 authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Grégoire Kubler
Browse files

Fix critical error

parent a68c05c2
No related branches found
No related tags found
2 merge requests!38version 0.3.0,!19feat : release_pip
......@@ -255,7 +255,7 @@ static Registrar<Tensor> registrarTensorImpl_cuda_Float32(
static Registrar<Tensor> registrarTensorImpl_cuda_Float16(
{"cuda", DataType::Float16}, Aidge::TensorImpl_cuda<half_float::half>::create);
static Registrar<Tensor> registrarTensorImpl_cuda_Int32(
{"cuda", DataType::Int32}, Aidge::TensorImpl_cuda<int>::create);
{"cuda", DataType::Int32}, Aidge::TensorImpl_cuda<int32_t>::create);
} // namespace
} // namespace Aidge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment