Pochung Chen

Results 75 comments of Pochung Chen

OpenBLAS If libopenblas is installed in /opt/OpenBLAS/ On Linux, after setting ``` export C_INCLUDE_PATH=/opt/OpenBLAS/include export CPLUS_INCLUDE_PATH=/opt/OpenBLAS/include export LD_LIBRARY_PATH=/opt/OpenBLAS/lib ``` cmake can find OpenBLAS and one can compile cytnx. On MacOS...

This? ```` /usr/bin/nvcc -forward-unknown-to-host-compiler \ -DMKL_ILP64 -DUNI_CUQUANTUM -DUNI_CUTENSOR -DUNI_GPU -DUNI_MKL \ -D_LIBCPP_DISABLE_AVAILABILITY -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION \ -I/home/pcchen/github/Cytnx/src \ -I/home/pcchen/github/Cytnx/include \ -I/home/pcchen/src/libcutensor-linux-x86_64-2.1.0.9-archive/include \ -I/home/pcchen/src/cuquantum-linux-x86_64-24.11.0.21_cuda12-archive/include \ -Xcudafe=--display_error_number -lineinfo -m64 -O3 -DNDEBUG -std=c++17 \ -arch=native...

I use apt install for ```` libcudart12/noble,now 12.0.146~12.0.1-4build4 amd64 [已安裝,自動] nvidia-cuda-dev/noble,now 12.0.146~12.0.1-4build4 amd64 [已安裝,自動] nvidia-cuda-gdb/noble,now 12.0.140~12.0.1-4build4 amd64 [已安裝,自動] nvidia-cuda-toolkit-doc/noble,noble,now 12.0.1-4build4 all [已安裝,自動] nvidia-cuda-toolkit/noble,now 12.0.140~12.0.1-4build4 amd64 [已安裝] ````

I have `/usr/include/cuda/std/complex` and `/usr/local/cuda/include/cuda/std/complex `. I don't know which package provides which orz.

I installed the cuda tookit 12-8 following the official website https://developer.nvidia.com/cuda-toolkit Now I have so many cuda toolkit packages installed. But it still fail at the same place. ```` cuda-12-8/不明,now...

Now My `NVIDIA-SMI` has failed because it couldn't communicte with NVIDIA driver.

After a few re-installtion of the ubuntu 24. I finally is able to compile it. If I use the kernel-driver (550) and cuda toolkit (12.0) provided by the ubuntu 24,...

I would sugget to use Apache 2.0.

I think the current `'pip install .' is quite good.

I think the problem is in the UniTensor.combineBonds(). In the following I provide an example: Following two should get identical resuts, but they do not. * convert a symmetric tensor...