From 394e53baf7b20510e1bce76f6f7e42914042baa3 Mon Sep 17 00:00:00 2001 From: Jiacheng Huang Date: Tue, 4 Aug 2026 11:13:36 +0800 Subject: [PATCH] chore: format Cambricon runtime --- src/native/cambricon/runtime_.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/native/cambricon/runtime_.h b/src/native/cambricon/runtime_.h index da56365..97d73cc 100644 --- a/src/native/cambricon/runtime_.h +++ b/src/native/cambricon/runtime_.h @@ -115,14 +115,12 @@ struct Runtime static Error EventElapsedTime(float*, Event, Event) { return Unsupported(); } - static constexpr auto kStreamCaptureModeGlobal = - cnrtQueueCaptureModeGlobal; + static constexpr auto kStreamCaptureModeGlobal = cnrtQueueCaptureModeGlobal; static constexpr auto kStreamCaptureModeThreadLocal = cnrtQueueCaptureModeThreadLocal; - static constexpr auto kStreamCaptureModeRelaxed = - cnrtQueueCaptureModeRelaxed; + static constexpr auto kStreamCaptureModeRelaxed = cnrtQueueCaptureModeRelaxed; static constexpr auto StreamBeginCapture = cnrtQueueBeginCapture;