We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0a4db commit 20b82caCopy full SHA for 20b82ca
IGC/Compiler/CISACodeGen/Platform.hpp
@@ -870,7 +870,7 @@ SIMDMode getMaxRayQuerySIMDSize() const
870
871
SIMDMode getPreferredRayQuerySIMDSize() const
872
{
873
- const SIMDMode ret = isCoreChildOf(IGFX_XE_HPC_CORE) ? SIMDMode::SIMD16 : SIMDMode::SIMD8;
+ SIMDMode ret = isCoreChildOf(IGFX_XE_HPC_CORE) ? SIMDMode::SIMD16 : SIMDMode::SIMD8;
874
875
IGC_ASSERT_MESSAGE(ret <= getMaxRayQuerySIMDSize(), "Preferred SIMD size for RayQuery must not be greater than MaxRayQuerySIMDSize!");
876
0 commit comments