From 590d3f4af64ca77ba89ac31ada425c0c70de62f4 Mon Sep 17 00:00:00 2001 From: Naoya Maruyama Date: Fri, 30 Aug 2024 12:05:27 -0700 Subject: [PATCH] format --- csrc/device_lower/lower2device.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csrc/device_lower/lower2device.cpp b/csrc/device_lower/lower2device.cpp index c4a4dec57c4..4914f3e59d9 100644 --- a/csrc/device_lower/lower2device.cpp +++ b/csrc/device_lower/lower2device.cpp @@ -415,7 +415,8 @@ void GpuLower::analysis(Fusion* fusion) { // functionality should be affected. New IterDomains may be created, // so it is expected that generated code may use diffrent variable // names - if (true || this->requiresIdModel() || isOptionEnabled(EnableOption::IdModel)) { + if (true || this->requiresIdModel() || + isOptionEnabled(EnableOption::IdModel)) { // Enable validation in the DEBUG build mode #ifdef NDEBUG // Not DEBUG build