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