1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. sdtensor pass matrix multiplication 2. modify tensoridximpoter interface to load_data and return shape information 3. modify matrix multiplication opeartor to do regular memory access More... over 6 years ago
Min now support more than 1 reduce dim, test cases needed More... over 6 years ago
Min now support more than 1 reduce dim, test cases needed More... over 6 years ago
added check-allocate to Min, Max and Requantization_Range Ops' outputs More... over 6 years ago
added check-allocate to Min, Max and Requantization_Range Ops' outputs More... over 6 years ago
Merge pull request #60 from neil-tan/F/context_cg_ref
kx9
More... over 6 years ago
Merge pull request #60 from neil-tan/F/context_cg_ref
kx9
More... over 6 years ago
1. set max size for data storage, which can be a tip for optimizing codegen and dynamic execution schedule. More... over 6 years ago
1. set max size for data storage, which can be a tip for optimizing codegen and dynamic execution schedule. More... over 6 years ago
1. add maxsize attriubte for future optimization 2. revise test case More... over 6 years ago
1. add maxsize attriubte for future optimization 2. revise test case More... over 6 years ago
updated comment in context.cpp More... over 6 years ago
updated comment in context.cpp More... over 6 years ago
context: add_static, addCached, push_static; context internal gc wip More... over 6 years ago
context: add_static, addCached, push_static; context internal gc wip More... over 6 years ago
context lambda wip More... over 6 years ago
context lambda wip More... over 6 years ago
1. add max_size for data struct in tensor to avoid malloc overflow 2. add test for sdtensor in different read/write situation More... over 6 years ago
1. add max_size for data struct in tensor to avoid malloc overflow 2. add test for sdtensor in different read/write situation More... over 6 years ago
1. complete the cache mechanism and add some comment for readable 2. it include three states: 1. shared state: the memory is read and shared with same value in sd card 2. dirty state: the memory is changed and should be writed back 3. miss state: the request memory address is not in the memory More... over 6 years ago
1. complete the cache mechanism and add some comment for readable 2. it include three states: 1. shared state: the memory is read and shared with same value in sd card 2. dirty state: the memory is changed and should be writed back 3. miss state: the request memory address is not in the memory More... over 6 years ago
codeGenTemplate test passed More... over 6 years ago
codeGenTemplate test passed More... over 6 years ago
context stateful wip More... over 6 years ago
context stateful wip More... over 6 years ago
1. implement sd tensor 2. modify idx importer to load and flush data to sd card 3. add sd test More... over 6 years ago
1. implement sd tensor 2. modify idx importer to load and flush data to sd card 3. add sd test More... over 6 years ago
Merge pull request #59 from neil-tan/fix/overflow More... over 6 years ago
Merge pull request #59 from neil-tan/fix/overflow More... over 6 years ago
updated the test value within intTest More... over 6 years ago