Skip to content

Commit

Permalink
Upgrade llpc unitest default gfxip to 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuechen417 committed Oct 25, 2023
1 parent dbc6962 commit 13cb049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llpc/unittests/context/testOptLevel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ using namespace llvm::CodeGenOpt;
namespace Llpc {
namespace {

constexpr GfxIpVersion GfxIp = {9, 0, 0};
constexpr GfxIpVersion GfxIp = {10, 1, 0};

// cppcheck-suppress syntaxError
TEST(LlpcContextTests, MatchPipelineOptLevel) {
Expand Down
2 changes: 1 addition & 1 deletion llpc/unittests/context/testShaderCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using ::testing::ElementsAreArray;
namespace Llpc {
namespace {

constexpr Vkgc::GfxIpVersion GfxIp = {9, 0, 0};
constexpr Vkgc::GfxIpVersion GfxIp = {10, 1, 0};

// Test class for tests that initialize a runtime ShaderCache.
class ShaderCacheTest : public ::testing::Test {
Expand Down

0 comments on commit 13cb049

Please sign in to comment.