Refactoring Tensor
Adding context to Tensor
Adding "active area" to Tensor
Forward declaring TensorImpl in Tensor instead of the another way around
CPU storage is unsigned char instead of void*
todo: memory location for device different than CPU
todo: a Tensor can share a TensorImpl with another Tensor
TensorImpl = storage
Tensor = view on storage
Merge request reports
Activity
Filter activity
requested review from @pineapple and @olivierbichler
added 1 commit
- f0d678df - [WIP][NF][BUILD] ongoing debugging memory corruptions
added 6 commits
-
f0d678df...ba9ba4b7 - 4 commits from branch
master
- 4929c788 - [WIP][NF][BUILD] adding strict aliasing compiler
- bbc43e5a - [MERGE][master] updating branch with master
-
f0d678df...ba9ba4b7 - 4 commits from branch
added 1 commit
- 586dab28 - [WIP][NF][BUILD] fixing typo and include files issues
added 1 commit
- b4872244 - [BUILD] temporarily explicit tests list to make test selection easier
added 1 commit
- 16380bef - [BUILD] temporarily remove strict compiler option to build unit tests
added 1 commit
- ef955a90 - [FIX][BUILD] sanitizing wrongly activated by default: fixed
added 37 commits
-
ef955a90...8c5764b4 - 34 commits from branch
master
- fb7d64fb - [fix/build][FIX][BUILD][WIP] updating build related files
- a12897f0 - [FIX] fixing msvc compilation
- 3a44c3d2 - [MERGE][master][WIP][NF] merging from master and making APIs adjustments
Toggle commit list-
ef955a90...8c5764b4 - 34 commits from branch
added 1 commit
- 625837d2 - [UT] moving tensor test to backend has the implemented test actually requires...
added 3 commits
-
b516f8ce...7a16625d - 2 commits from branch
master
- 0b07378a - [MERGE][master] updating from master
-
b516f8ce...7a16625d - 2 commits from branch
added 8 commits
-
0b07378a...c20897c1 - 4 commits from branch
master
- 7e72f34a - [FIX][MIN] fixing some type (std::size_t => Aidge type)
- 41615d36 - [IMPR][FIX][UT] adding partial std::uint16_t support
- 07307505 - [MERGE][master] updating from master
- f235bef9 - [UT]
Toggle commit list-
0b07378a...c20897c1 - 4 commits from branch
see aidge_core#42 (closed) for a list of linked issues
Please register or sign in to reply