hunghaoti

Results 16 comments of hunghaoti

Logo in documentation disappear (upper left).

This problem caused from the constrain of C++. C++ can only one type variable like: ```c++ std::vector Svd_truncate(...) { ... } ``` not like python can return several type: ```python...

I think some linear algebra function (for example Svd_truncate) support both 'Tensor' and 'UniTensor' is similar and I think we don't need to write two times for it. So I...

I think in the future we could design the logging level for library such as: ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF...

I am not sure whether we need to fix it. If we also use ';' , we can remain the information about the rowrank.

I think dev-master is fine. Could you try to use cuda:12.2 to build?

> I still encountered some errors: > > ``` > The following tests FAILED: > 174 - SearchTreeTest.BasicSearchOrder2 (Failed) > 972 - Directsum.gpu_one_elem_tens (Failed) > 976 - Directsum.gpu_shared_axis_contains_all_tens_one_elem (Failed) >...

@IvanaGyro could you check it if you have time? I think we can just retag the tag and re-release it.

> [@hunghaoti](https://github.com/hunghaoti) I wonder if there is a benchmark for with and without HPTT? We don't have the benchmark for that but I can do it later.