We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d23980 + 4e69eb9 commit 297fda1Copy full SHA for 297fda1
1 file changed
tools/clang/unittests/HLSLExec/LongVectors.cpp
@@ -1536,7 +1536,11 @@ class DxilConf_SM69_Vectorized {
1536
} else {
1537
D3D12_FEATURE_DATA_D3D12_OPTIONS1 WaveOpts;
1538
VERIFY_SUCCEEDED(D3DDevice->CheckFeatureSupport(
1539
+<<<<<<< HEAD
1540
D3D12_FEATURE_D3D12_OPTIONS1, &WaveOpts, sizeof(WaveOpts)));
1541
+=======
1542
+ D3D12_FEATURE_D3D12_OPTIONS1, &waveOpts, sizeof(waveOpts)));
1543
+>>>>>>> 4e69eb92635197b2c08e8b506e3504075aa25a0a
1544
1545
WaveSize = WaveOpts.WaveLaneCountMin;
1546
}
0 commit comments