Skip to content

Commit 9d0ccf1

Browse files
committed
XXX: why is gemm excluded on Windows?
1 parent dd55990 commit 9d0ccf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
run: cargo build --all-features -p cust_raw
9090

9191
- name: Build workspace
92-
run: cargo build --workspace --exclude "cudnn*" --exclude "gemm*" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
92+
run: cargo build --workspace --exclude "cudnn*" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
9393

9494
- name: Clippy
9595
env:
9696
RUSTFLAGS: -Dwarnings
97-
run: cargo clippy --workspace --exclude "cudnn*" --exclude "gemm*" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
97+
run: cargo clippy --workspace --exclude "cudnn*" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
9898

9999
# Exclude crates with tests that require an NVIDIA GPU: blastoff, cudnn, cust.
100100
# Exclude crates that require cuDNN, not available on Windows CI: cudnn, cudnn-sys.
@@ -104,7 +104,7 @@ jobs:
104104
- name: Check documentation
105105
env:
106106
RUSTDOCFLAGS: -Dwarnings
107-
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw" --exclude "gemm*" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
107+
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude "cudnn*" --exclude "cust_raw" --exclude "i128*" --exclude "sha2*" --exclude "vecadd*"
108108

109109
# Disabled due to dll issues, someone with Windows knowledge needed
110110
# - name: Compiletest

0 commit comments

Comments
 (0)