Adding INT64 Tensor support
Adding INT64 Tensor support
Merge request reports
Activity
Filter activity
assigned to @cmoineau
added 5 commits
-
88f6e241...832d856b - 3 commits from branch
master
- a229d8a3 - Adding INT64 Tensor support.
- b42b1ff3 - Merge branch 'master' into dev
-
88f6e241...832d856b - 3 commits from branch
@pineapple I think this should be a priority to merge as it is mandatory for aidge!8 (merged)
(I have rerun the CI)
Edited by Cyril Moineau89 std::copy(static_cast<const int32_t*>(src), static_cast<const int32_t*>(src) + length, 90 static_cast<T *>(rawPtr())); 91 break; 92 case DataType::UInt32: 93 std::copy(static_cast<const uint32_t*>(src), static_cast<const uint32_t*>(src) + length, 94 static_cast<T *>(rawPtr())); 95 break; 96 case DataType::Int16: 97 std::copy(static_cast<const int16_t*>(src), static_cast<const int16_t*>(src) + length, 98 static_cast<T *>(rawPtr())); 99 break; 100 case DataType::UInt16: 101 std::copy(static_cast<const uint16_t*>(src), static_cast<const uint16_t*>(src) + length, 102 static_cast<T *>(rawPtr())); 103 break; 104 case ataType::Int8: Oopsie @pineapple ;)
changed this line in version 3 of the diff
enabled an automatic merge when the pipeline for bec69644 succeeds
enabled an automatic merge when the pipeline for ab92e03e succeeds
changed milestone to %v0.1.0
added Bug 🐛 LanguageC++ labels
requested review from @pineapple
assigned to @pineapple
unassigned @pineapple
enabled an automatic merge when the pipeline for 624670bf succeeds
Please register or sign in to reply