Accelerate DeepSeek DSpark inference
This commit is contained in:
@@ -1644,6 +1644,13 @@ impl Commands {
|
||||
"executing Metal commands",
|
||||
)
|
||||
}
|
||||
|
||||
pub(super) fn flush(&mut self) -> Result<(), String> {
|
||||
check(
|
||||
unsafe { ds4_gpu_flush_commands() },
|
||||
"flushing Metal commands",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
pub(super) struct ParallelFfn(bool);
|
||||
|
||||
Reference in New Issue
Block a user