Ying-Jer Kao
Ying-Jer Kao
Somehow after a whole year, this fix is not integrated into [hackpad.com](hacked.com) so latex is still not working properly.
Does change the import order make a difference?
What is the version of MKLs in each case?
I saw similar things even when I set `CMAKE_C_COMPILER` and `CMAKE_CXX_COMPILER`. Gcc is still used.
I see in the workflow `cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=/home/runner/work/Cytnx_lib -DUSE_MKL=on -DUSE_HPTT=on -DHPTT_ENABLE_FINE_TUNE=on -DHPTT_ENABLE_AVX=off -DBUILD_PYTHON=on -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DRUN_TESTS=on` hptt is always turned. Is this the required dependency? Because if I...
In the past, we have HDF5 support to store tensors with a simple schema. HDF5 is universal and has good Python support. We can define a standardized schema to store...
I believe the network optimizer using dynamic programming might have a bug. @j9263178 also encountered a similar issue. I propose to replace it with the algorithm used in Uni10 in...
Uni10 implemented the algorithm in the PRE paper.
In the old uni10, we hand coded the C wrappers to interact with the LAPACK fortran interface directly. The issue was this requires careful checking of the wrappers. I also...
Fixed in #527