Commit eb43b464 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] bash shell

parent 1d3d55c8
......@@ -42,8 +42,6 @@ jobs:
if: ${{ matrix.cuda-version != 'cpu' }}
run: |
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}.sh
shell:
bash
- name: Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
if : ${{ runner.os != 'macOS' && (matrix.torch-version != '1.8.0' || matrix.cuda-version != 'cu102') }}
......@@ -67,9 +65,6 @@ jobs:
run: |
bash .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
pip install -e .
ls -lah torch_scatter/
shell:
bash
env:
FORCE_CUDA: 1
......
......@@ -10,6 +10,6 @@ export CUDA_URL=https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod/loc
export CUDA_FILE=cuda_${CUDA_SHORT}.105_418.96_win10.exe
# Install CUDA:
wget -nv "${CUDA_URL}/${CUDA_FILE}"
C:\msys64\usr/bin/wget.exe -nv "${CUDA_URL}/${CUDA_FILE}"
PowerShell -Command "Start-Process -FilePath \"${CUDA_FILE}\" -ArgumentList \"-s nvcc_${CUDA_SHORT} cuobjdump_${CUDA_SHORT} nvprune_${CUDA_SHORT} cupti_${CUDA_SHORT} cublas_dev_${CUDA_SHORT} cudart_${CUDA_SHORT} cufft_dev_${CUDA_SHORT} curand_dev_${CUDA_SHORT} cusolver_dev_${CUDA_SHORT} cusparse_dev_${CUDA_SHORT} npp_dev_${CUDA_SHORT} nvrtc_dev_${CUDA_SHORT} nvml_dev_${CUDA_SHORT}\" -Wait -NoNewWindow"
rm -f "${CUDA_URL}/${CUDA_FILE}"
......@@ -10,6 +10,6 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
export CUDA_FILE=cuda_${CUDA_SHORT}.89_441.22_win10.exe
# Install CUDA:
wget -nv "${CUDA_URL}/${CUDA_FILE}"
C:\msys64\usr/bin/wget.exe -nv "${CUDA_URL}/${CUDA_FILE}"
PowerShell -Command "Start-Process -FilePath \"${CUDA_FILE}\" -ArgumentList \"-s nvcc_${CUDA_SHORT} cuobjdump_${CUDA_SHORT} nvprune_${CUDA_SHORT} cupti_${CUDA_SHORT} cublas_dev_${CUDA_SHORT} cudart_${CUDA_SHORT} cufft_dev_${CUDA_SHORT} curand_dev_${CUDA_SHORT} cusolver_dev_${CUDA_SHORT} cusparse_dev_${CUDA_SHORT} npp_dev_${CUDA_SHORT} nvrtc_dev_${CUDA_SHORT} nvml_dev_${CUDA_SHORT}\" -Wait -NoNewWindow"
rm -f "${CUDA_URL}/${CUDA_FILE}"
......@@ -10,6 +10,6 @@ export CUDA_URL=https://developer.download.nvidia.com/compute/cuda/${CUDA_SHORT}
export CUDA_FILE=cuda_${CUDA_SHORT}.1_456.81_win10.exe
# Install CUDA:
wget -nv "${CUDA_URL}/${CUDA_FILE}"
C:\msys64\usr/bin/wget.exe -nv "${CUDA_URL}/${CUDA_FILE}"
PowerShell -Command "Start-Process -FilePath \"${CUDA_FILE}\" -ArgumentList \"-s nvcc_${CUDA_SHORT} cuobjdump_${CUDA_SHORT} nvprune_${CUDA_SHORT} cupti_${CUDA_SHORT} cublas_dev_${CUDA_SHORT} cudart_${CUDA_SHORT} cufft_dev_${CUDA_SHORT} curand_dev_${CUDA_SHORT} cusolver_dev_${CUDA_SHORT} cusparse_dev_${CUDA_SHORT} npp_dev_${CUDA_SHORT} nvrtc_dev_${CUDA_SHORT} nvml_dev_${CUDA_SHORT}\" -Wait -NoNewWindow"
rm -f "${CUDA_URL}/${CUDA_FILE}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment