Alex Chiang
Alex Chiang
Hi, I would like to contribute this part. The related PR will use `nvidia/cuda` docker image. What's the CUDA version we intent to use in CI?
I think we are using ubuntu 20 or 22, right?
@kaihsin I try to build and test in the nvidia container (`nvidia/cuda:11.8.0-devel-ubuntu22.04`). Here is my config: ``` cmake -B $CYTNX_BUILD -G Ninja \ -D CMAKE_BUILD_TYPE=Debug \ -D Python_EXECUTABLE="$(which python3.11)" \...
I got it. I think we should list all the failed tests and plan to fix them in the future. The list will be included in the PR. Does that...
Which branch should I submit my pr to? `master` or `dev-master`? BTW, I cannot build `dev-master` successfully. Is It expected? We can discuss this issues on another thread.
> I think dev-master is fine. Could you try to use cuda:12.2 to build? I builded Cytnx with cuda:12.6.3 successfully. > These tests are expected to fail on the develop...
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) 1100 - BlockUniTensorTest.gpu_group_basis (Failed) ``` I will try...
> Could you provide the log file in build/Testing/Temporary/LastTest.log when you run these Failed test? Sure. Please chech this: https://drive.google.com/drive/folders/1FenrFwgLBsqv25icR_U7alEkVcpRe3Mt
We should prepare another PR to update the error message.
Hi @IvanaGyro, We can pass CI now. Could you take a look? Thx.