Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyam committed Aug 30, 2024
1 parent a99d5af commit 590d3f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csrc/device_lower/lower2device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590d3f4

Please sign in to comment.