File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141      uses : actions/cache@v4 
4242      with :
4343        path : C:\Program Files (x86)\Intel\oneAPI\ 
44-         key : install-${{ env.WINDOWS_BASEKIT_URL  }}-${{ env.WINDOWS_BASEKIT_COMPONENTS  }} 
44+         key : install-${{ env.CUDATOOLKIT_URL  }}-${{ env.CUDATOOLKIT_COMPONENTS  }} 
4545
4646    - name : install cuda 
4747      if : steps.cache-install.outputs.cache-hit != 'true' 
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ repair-wheel-command = ""
77
88[tool .cibuildwheel .linux ]
99before-all  = [
10-   " yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo"  ,
10+   " yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo"  ,
11+   " yum search cuda-toolkit*"  ,
1112  " yum install -y cuda-toolkit-12-6" 
1213]
1314environment  = { CMAKE_CUDA_COMPILER  = " /usr/local/cuda-12.6/bin/nvcc"   }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments