mirror of
https://github.com/jafioti/luminal.git
synced 2026-06-01 21:49:47 +09:00
Remove dead logical.rs stub from luminal_cuda_lite
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
pub mod host;
|
||||
pub mod kernel;
|
||||
pub mod logical;
|
||||
pub mod runtime;
|
||||
use std::{
|
||||
ffi::{CStr, CString},
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
pub type Ops = ();
|
||||
@@ -772,7 +772,7 @@ fn format_duration_precise(d: &std::time::Duration) -> String {
|
||||
}
|
||||
|
||||
impl Runtime for CudaRuntime {
|
||||
type Ops = (crate::logical::Ops, crate::kernel::Ops, crate::host::Ops);
|
||||
type Ops = (crate::kernel::Ops, crate::host::Ops);
|
||||
type CompileArg = Arc<CudaStream>;
|
||||
type ExecReturn = ();
|
||||
type ProfileMetric = Duration;
|
||||
|
||||
Reference in New Issue
Block a user