File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 28
28
pip3 install cupy-cuda12x --upgrade
29
29
pip3 install gpu4pyscf-libxc-cuda12x --upgrade
30
30
git config --global core.compression 9
31
+ python3 -m cupyx.tools.install_library --cuda 12.x --library cutensor
31
32
- name : Run RKS tests
32
33
run : |
33
34
export CUDA_HOME=/usr/local/cuda
52
53
pip3 install cupy-cuda12x --upgrade
53
54
pip3 install gpu4pyscf-libxc-cuda12x --upgrade
54
55
git config --global core.compression 9
56
+ python3 -m cupyx.tools.install_library --cuda 12.x --library cutensor
55
57
- name : Run UKS tests
56
58
run : |
57
59
export CUDA_HOME=/usr/local/cuda
76
78
pip3 install cupy-cuda12x --upgrade
77
79
pip3 install gpu4pyscf-libxc-cuda12x --upgrade
78
80
git config --global core.compression 9
81
+ python3 -m cupyx.tools.install_library --cuda 12.x --library cutensor
79
82
- name : Run TDDFT tests
80
83
run : |
81
84
export CUDA_HOME=/usr/local/cuda
Original file line number Diff line number Diff line change 57
57
pip3 install h5py --upgrade
58
58
pip3 install gpu4pyscf-libxc-cuda12x --upgrade
59
59
pip3 install cupy-cuda12x --upgrade
60
+ python3 -m cupyx.tools.install_library --cuda 12.x --library cutensor
60
61
git config --global core.compression 9
61
62
- name : Build GPU4PySCF
62
63
run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rm -rf /gpu4pyscf/put4pyscf/lib/*.so
23
23
24
24
setup_dir=$( dirname $0 )
25
25
26
- cmake -S /gpu4pyscf/gpu4pyscf/lib -B build/temp.gpu4pyscf-libxc -DBUILD_GINT=OFF -DBUILD_GVHF=OFF -DBUILD_GDFT=OFF -DBUILD_CUPY_HELPER=OFF -DBUILD_SOLVENT=OFF -DBUILD_GVHF_RYS=OFF -DBUILD_GVHF_MD=OFF -DBUILD_PBC=OFF -DCUDA_ARCHITECTURES=" 70-real "
26
+ cmake -S /gpu4pyscf/gpu4pyscf/lib -B build/temp.gpu4pyscf-libxc -DBUILD_GINT=OFF -DBUILD_GVHF=OFF -DBUILD_GDFT=OFF -DBUILD_CUPY_HELPER=OFF -DBUILD_SOLVENT=OFF -DBUILD_GVHF_RYS=OFF -DBUILD_GVHF_MD=OFF -DBUILD_PBC=OFF -DCUDA_ARCHITECTURES=" 70"
27
27
cmake --build build/temp.gpu4pyscf-libxc -j 1
28
28
29
29
mkdir -p build/lib.gpu4pyscf-libxc/gpu4pyscf/lib/deps/lib
Original file line number Diff line number Diff line change 35
35
DOWNLOAD_URL = None
36
36
CLASSIFIERS = None
37
37
PLATFORMS = None
38
- VERSION = '0.6 '
38
+ VERSION = '0.7 '
39
39
40
40
def get_cuda_version ():
41
41
nvcc_out = subprocess .check_output (["nvcc" , "--version" ]).decode ('utf-8' )
You can’t perform that action at this time.
0 commit comments