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 a3f5617 commit cc3ac83Copy full SHA for cc3ac83
.github/workflows/ci_windows.yml
@@ -135,7 +135,7 @@ jobs:
135
--exclude cudnn --exclude cudnn-sys --exclude cust_raw
136
137
# Disabled due to dll issues, someone with Windows knowledge needed
138
- # - name: Compiletest
139
- # run: |
140
- # cargo run -p compiletests --release --no-default-features `
141
- # -- --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