File tree Expand file tree Collapse file tree
tools/clang/unittests/HLSLExec Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,8 +482,8 @@ class LinAlgTestClassCommon {
482482 L" FailIfRequirementsNotMet" , FailIfRequirementsNotMet);
483483
484484 const bool SkipUnsupported = !FailIfRequirementsNotMet;
485- // Linear algebra requires at least SM 6.9 device support.
486- if (!D3D12SDK->createDevice (&D3DDevice, D3D_SHADER_MODEL_6_9 ,
485+ // Linear algebra requires at least SM 6.10 device support.
486+ if (!D3D12SDK->createDevice (&D3DDevice, D3D_SHADER_MODEL_6_10 ,
487487 SkipUnsupported)) {
488488 if (FailIfRequirementsNotMet)
489489 hlsl_test::LogErrorFmt (
@@ -507,7 +507,7 @@ class LinAlgTestClassCommon {
507507 hlsl_test::LogCommentFmt (L" Creating device" );
508508
509509 const bool SkipUnsupported = false ;
510- VERIFY_IS_TRUE (D3D12SDK->createDevice (&D3DDevice, D3D_SHADER_MODEL_6_9 ,
510+ VERIFY_IS_TRUE (D3D12SDK->createDevice (&D3DDevice, D3D_SHADER_MODEL_6_10 ,
511511 SkipUnsupported));
512512 }
513513
You can’t perform that action at this time.
0 commit comments