Skip to content

Commit

Permalink
Upgrade lgc units default gpu name to gfx1010
Browse files Browse the repository at this point in the history
(cherry picked from d743c53d38d7dc718d941c9a7a9ff9f17b255748)
  • Loading branch information
xuechen417 committed Oct 23, 2023
1 parent 4483b12 commit 2d32715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgc/unittests/interface/OptLevelTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TEST(LgcInterfaceTests, DefaultOptLevel) {
auto dialectContext = llvm_dialects::DialectContext::make<LgcDialect>(context);

unsigned palAbiVersion = 0xFFFFFFFF;
StringRef gpuName = "gfx802";
StringRef gpuName = "gfx1010";

#if LLVM_MAIN_REVISION && LLVM_MAIN_REVISION < 474768
// Old version of the code
Expand Down

0 comments on commit 2d32715

Please sign in to comment.