Skip to content

Revert "test replacing ptr casts with normal cuda types" #580

Revert "test replacing ptr casts with normal cuda types"

Revert "test replacing ptr casts with normal cuda types" #580

Triggered via push July 25, 2024 12:47
Status Failure
Total duration 2m 53s
Billable time 3m
Artifacts

lint-clippy.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 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)]`
lint-clippy
Clippy had exited with the 101 exit code
lint-clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/