remove bind thread #151
test-gpu.yaml
on: push
e2e
3m 56s
e2e-sanitizer
4m 12s
Annotations
3 errors and 2 warnings
unsafe function's docs are missing a `# Safety` section:
src/helpers/mod.rs#L126
error: unsafe function's docs are missing a `# Safety` section
--> src/helpers/mod.rs:126:1
|
126 | / pub unsafe fn alloc_on_stream<T>(
127 | | device: &Arc<CudaDevice>,
128 | | len: usize,
129 | | stream: &CudaStream,
130 | | ) -> CudaSlice<T> {
| |_________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc
= note: `-D clippy::missing-safety-doc` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::missing_safety_doc)]`
|
e2e-sanitizer
Process completed with exit code 6.
|
e2e
Process completed with exit code 101.
|
e2e-sanitizer
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|