- 13 Mar, 2021 1 commit
-
-
liyinqiao committed
-
- 01 Mar, 2021 1 commit
-
-
xiaotong committed
-
- 28 Feb, 2021 1 commit
-
-
xiaotong committed
-
- 21 Feb, 2021 1 commit
-
-
xiaotong committed
-
- 16 Feb, 2021 3 commits
- 06 Feb, 2021 3 commits
- 02 Sep, 2020 1 commit
-
-
Merge with the branch of xuchen (NOT update the float16, this needs code review) and fix the bugs in Gather function. 1. Support Reciprocal fucntion. 2. Fix the safe delete bugs in XDevice. 3. Support new API to convert the data type of tensor. 4. Support to show the memory usage of buffer memory. 5. Fix minor errors.
liyinqiao committed
-
- 27 Aug, 2020 1 commit
-
-
1. Try to fix the bugs in destroy the stream of XDevice (Uncheck). 2. Fix the bug of memory leak in ReduceSumAll function. 2. Adjust the directory structure. 3. Fix the minor errors.
liyinqiao committed
-
- 17 Apr, 2020 1 commit
-
-
Support fp16 data type for more operations and fix the minor errors. (Don't use this! It's an incomplete version)
liyinqiao committed
-
- 09 Apr, 2020 1 commit
-
-
1. Fix the mistakes in manual. 2. Fix the minor errors in Normalize and ScaleAndShift functions.
liyinqiao committed
-
- 31 Mar, 2020 1 commit
-
-
1. Fix the mistakes in manual. By the way, I have to say there are so many mistakes in the manual. I'm shocked it has been checked a lot of times, but why they are still be there. No one care about that? Really??? 2. Clean the codes.
liyinqiao committed
-
- 26 Mar, 2020 1 commit
-
-
1. Call the Scale or Shift functions when the parameter shift is 0.0F or scale is 1.0F. 2. Add the unit test for ScaleAndShift for the cases which parameter shift is 0.0F or scale is 1.0F.
liyinqiao committed
-
- 25 Mar, 2020 2 commits
- 24 Mar, 2020 1 commit
-
-
1. Fix the bug in MultiplyMe function which cannot handle the scalar tensor and broadcast case. 2. Add broadcast multiply unit test.
liyinqiao committed
-
- 18 Mar, 2020 1 commit
-
-
1. CPU Support for Gather function. 2. Fix the bugs in GPU Gather. 2. Minor error fixed.
liyinqiao committed
-
- 17 Mar, 2020 1 commit
-
-
1. Supporting efficient propagate and gradient accumulation for backward functions. 2. Update the setData functions. 3. Clean the codes.
liyinqiao committed
-
- 14 Mar, 2020 1 commit
-
-
Minor error fixed.
liyinqiao committed
-
- 11 Mar, 2020 1 commit
-
-
liyinqiao committed
-
- 09 Mar, 2020 1 commit
-
-
1. Support to copy parts of source tensor to parts of target tensor. 2. New unit test for CopyIndex function.
liyinqiao committed
-
- 19 Feb, 2020 1 commit
-
-
1. Support scalar tensor for Multiply and Div operation; 2. Fix backward bugs in Multiply and Div function; 3. Minor bugs fixed.
liyinqiao committed
-
- 12 Feb, 2020 1 commit
-
-
New unit test for Sub function.
liyinqiao committed
-
- 11 Feb, 2020 2 commits
- 10 Feb, 2020 1 commit
-
-
1. Support scalar tensor for Sum operation; 2. Bounds check; 3. GetSumDimIndex function bug fixed; 4. New unit test for Sum function; 2. Minor bugs fixed.
liyinqiao committed
-
- 06 Feb, 2020 1 commit
-
-
liyinqiao committed
-
- 10 Jan, 2020 1 commit
-
-
1. Make link for ReduceSumAll function. 2. Fix the memory leak issue.
liyinqiao committed
-
- 09 Jan, 2020 1 commit
-
-
Use tensor as the bottom implementation and support plain scalar. Note: DO NOT support the backward for ReduceSumAll function.
liyinqiao committed
-
- 08 Jan, 2020 2 commits
- 02 Nov, 2019 1 commit
-
-
liyinqiao committed
-
- 30 Oct, 2019 1 commit
-
-
liyinqiao committed
-
- 23 Oct, 2019 3 commits
-
-
1. Move the SetAscendingOrder functions from XTensor.* to core/utilities/SetAscendingOder.* 2. Rename XElement.* files to XCall.*
liyinqiao committed -
liyinqiao committed
-
1. Move the New/Initial/Del Tensor functions from XTensor.* to XElement.* 2. Move IsSameShaped functions from XTensor.* to core/shape/IsSameShaped.* 3. Move CheckData functions from XTensor.* to core/utilities/CheckData.*
liyinqiao committed
-
- 12 Oct, 2019 1 commit
-
-
xuchen committed
-