Skip to content

Commit 39ac5ee

Browse files
authored
[clang][AMDGPU] Update amdgpu_waves_per_eu attr docs (#74587)
1 parent 39ba027 commit 39ac5ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,8 +2659,9 @@ An error will be given if:
26592659
- Specified values violate subtarget specifications;
26602660
- Specified values are not compatible with values provided through other
26612661
attributes;
2662-
- The AMDGPU target backend is unable to create machine code that can meet the
2663-
request.
2662+
2663+
The AMDGPU target backend will emit a warning whenever it is unable to
2664+
create machine code that meets the request.
26642665
}];
26652666
}
26662667

0 commit comments

Comments
 (0)