Skip to content

Commit

Permalink
Do not test non-mkl builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 9, 2025
1 parent 93e950d commit 44c6035
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 143 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ github_actions_labels:
- cirun-azure-windows-2xlarge
libabseil:
- '20240722'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.3
libtorch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ github_actions_labels:
- cirun-azure-windows-2xlarge
libabseil:
- '20240722'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.3
libtorch:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
fail-fast: false
matrix:
include:
- CONFIG: win_64_blas_implgenericcuda_compilerNonecuda_compiler_versionNone
UPLOAD_PACKAGES: True
os: windows
runs_on: ['cirun-azure-windows-2xlarge--${{ github.run_id }}-win_64_blas_implgenericcuda_compile_h4a9b946200', 'windows', 'x64', 'self-hosted']
- CONFIG: win_64_blas_implgenericcuda_compilercuda-nvcccuda_compiler_version12.6
UPLOAD_PACKAGES: True
os: windows
runs_on: ['cirun-azure-windows-2xlarge--${{ github.run_id }}-win_64_blas_implgenericcuda_compile_ha6f7794d29', 'windows', 'x64', 'self-hosted']
- CONFIG: win_64_blas_implmklcuda_compilerNonecuda_compiler_versionNone
UPLOAD_PACKAGES: True
os: windows
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build:
skip: true # [cuda_compiler_version == "11.8"]
# TODO(baszalmstra): Remove this before merging
# skip: true # [not win or not (cuda_compiler_version == "12.6" or cuda_compiler == "None")]
skip: true # [not win]
skip: true # [not win or blas_impl != "mkl"]
string: cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version != "None"]
string: cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ PKG_BUILDNUM }} # [cuda_compiler_version == "None"]
detect_binary_files_with_prefix: false
Expand Down

0 comments on commit 44c6035

Please sign in to comment.