We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70657f7 commit 35a1750Copy full SHA for 35a1750
.github/workflows/ci_windows.yml
@@ -113,5 +113,5 @@ jobs:
113
run: cargo doc --workspace --all-features --document-private-items --no-deps --exclude cudnn --exclude cudnn-sys --exclude cust_raw
114
115
# Disabled due to dll issues, someone with Windows knowledge needed
116
- # - name: Compiletest
117
- # run: cargo run -p compiletests --release --no-default-features -- --target-arch compute_61,compute_75,compute_90
+ - name: Compiletest
+ run: cargo run -p compiletests --release --no-default-features -- --target-arch compute_61,compute_75,compute_90
0 commit comments